Method: OpenC3::HttpServerInterface#convert_packet_to_data
- Defined in:
- lib/openc3/interfaces/http_server_interface.rb
#convert_packet_to_data(_packet) ⇒ Object
Called to convert a packet into the data to send
195 196 197 |
# File 'lib/openc3/interfaces/http_server_interface.rb', line 195 def convert_packet_to_data(_packet) raise "Commands cannot be sent to HttpServerInterface" end |