Socket.Status

Status codes that may be returned by socket functions.

Values

ValueMeaning
Done

The socket has sent / received the data

NotReady

The socket is not ready to send / receive data yet

Disconnected

The TCP socket has been disconnected

Error

An unexpected error happened

Meta