Method: OpenC3::Protocol#protocol_cmd

Defined in:
lib/openc3/interfaces/protocols/protocol.rb

#protocol_cmd(cmd_name, *cmd_args) ⇒ Object



87
88
89
90
# File 'lib/openc3/interfaces/protocols/protocol.rb', line 87

def protocol_cmd(cmd_name, *cmd_args)
  # Default do nothing - Implemented by subclasses
  return false
end