Method: OpenC3::Interface#interface_cmd

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

#interface_cmd(cmd_name, *cmd_args) ⇒ Object



488
489
490
491
# File 'lib/openc3/interfaces/interface.rb', line 488

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