SocketStatus#

Enums

enum sfSocketStatus#

Define the status that can be returned by the socket functions.

Values:

enumerator sfSocketDone#

The socket has sent / received the data.

enumerator sfSocketNotReady#

The socket is not ready to send / receive data yet.

enumerator sfSocketPartial#

The socket sent a part of the data.

enumerator sfSocketDisconnected#

The TCP socket has been disconnected.

enumerator sfSocketError#

An unexpected error happened.