Method: OpenC3::Interface#disconnect
- Defined in:
- lib/openc3/interfaces/interface.rb
#disconnect ⇒ Object
Disconnects the interface from its target(s). Must be implemented by a subclass.
193 194 195 |
# File 'lib/openc3/interfaces/interface.rb', line 193 def disconnect (@read_protocols | @write_protocols).each { |protocol| protocol.disconnect_reset } end |