Cronous Emulation Server Daemon

ClientConnection Properties

The properties of the ClientConnection class are listed below. For a complete list of ClientConnection class members, see the ClientConnection Members topic.

Public Instance Properties

data_available (inherited from TCPSocket) Gets the amount of data available for reading.
end_point (inherited from TCPSocket) End point of connection target.
received_packets A queue of received packets.
remote_ip Remote IP address.
sent_packets A queue of sent packets.
socket (inherited from TCPSocketHandler) Socket object associated to the handler.
state (inherited from TCPSocket) Socket state.

See Also

ClientConnection Class | croemud.connection Namespace