Method: OpenC3::Protocol#protocol_cmd
- Defined in:
- lib/openc3/interfaces/protocols/protocol.rb
#protocol_cmd(cmd_name, *cmd_args) ⇒ Object
85 86 87 88 |
# File 'lib/openc3/interfaces/protocols/protocol.rb', line 85 def protocol_cmd(cmd_name, *cmd_args) # Default do nothing - Implemented by subclasses return false end |