Method: OpenC3::Interface#connect
- Defined in:
- lib/openc3/interfaces/interface.rb
#connect ⇒ Object
Connects the interface to its target(s). Must be implemented by a subclass.
181 182 183 |
# File 'lib/openc3/interfaces/interface.rb', line 181 def connect (@read_protocols | @write_protocols).each { |protocol| protocol.connect_reset } end |