Method: OpenC3::HttpServerInterface#convert_packet_to_data

Defined in:
lib/openc3/interfaces/http_server_interface.rb

#convert_packet_to_data(_packet) ⇒ Object



188
189
190
# File 'lib/openc3/interfaces/http_server_interface.rb', line 188

def convert_packet_to_data(_packet)
  raise "Commands cannot be sent to HttpServerInterface"
end