Method: OpenC3::Interface#state
- Defined in:
- lib/openc3/interfaces/interface.rb
#state ⇒ String
Returns State of the interface: CONNECTED, ATTEMPTING, DISCONNECTED.
37 38 39 |
# File 'lib/openc3/interfaces/interface.rb', line 37 def state @state end |