Method: OpenC3::Target#interface

Defined in:
lib/openc3/system/target.rb

#interfaceInterface

Returns The interface used to access the target.

Returns:

  • (Interface)

    The interface used to access the target



63
64
65
# File 'lib/openc3/system/target.rb', line 63

def interface
  @interface
end