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



60
61
62
# File 'lib/openc3/system/target.rb', line 60

def interface
  @interface
end