Method: OpenC3::Interface#auto_reconnect
- Defined in:
- lib/openc3/interfaces/interface.rb
#auto_reconnect ⇒ Boolean
Returns 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 |