Method: OpenC3::InterfaceTopic.disconnect_interface
- Defined in:
- lib/openc3/topics/interface_topic.rb
.disconnect_interface(interface_name, scope:) ⇒ Object
55 56 57 |
# File 'lib/openc3/topics/interface_topic.rb', line 55 def self.disconnect_interface(interface_name, scope:) Topic.write_topic("{#{scope}__CMD}INTERFACE__#{interface_name}", { 'disconnect' => 'true' }, '*', 100) end |