Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ClientSocketStatus

The connection status of this socket.

since

0.7.0

Index

Enumeration members

Connected = 1

The connected status, the socket has successfully connected, but has not identified yet.

since

0.7.0

Connecting = 2

The connecting status, the socket is not ready to operate but is attempting to connect.

since

0.7.0

Disconnected = 3

The disconnected status, the socket is idle and not ready to operate.

since

0.7.0

Ready = 0

The ready status, the socket has successfully connected and identified with the server.

since

0.7.0

Generated using TypeDoc