Method: OpenC3::TcpipServerInterface#connected?

Defined in:
lib/openc3/interfaces/tcpip_server_interface.rb

#connected?Boolean

Returns Whether the server is listening for connections.

Returns:

  • (Boolean)

    Whether the server is listening for connections



173
174
175
# File 'lib/openc3/interfaces/tcpip_server_interface.rb', line 173

def connected?
  @connected
end