Method: OpenC3::InterfaceThread#connection_lost_callback

Defined in:
lib/openc3/tools/cmd_tlm_server/interface_thread.rb

#connection_lost_callback#call(Exception|nil)

Returns Callback which is called if the interface connection is lost.

Returns:

  • (#call(Exception|nil))

    Callback which is called if the interface connection is lost.



36
37
38
# File 'lib/openc3/tools/cmd_tlm_server/interface_thread.rb', line 36

def connection_lost_callback
  @connection_lost_callback
end