Method: OpenC3::Interface#auto_reconnect

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

#auto_reconnectBoolean

Returns Flag indicating if the interface should automatically reconnect after losing connection.

Returns:

  • (Boolean)

    Flag indicating if the interface should automatically reconnect after losing connection



54
55
56
# File 'lib/openc3/interfaces/interface.rb', line 54

def auto_reconnect
  @auto_reconnect
end