SF::Socket::Status
Inherits Enum / Comparable / Value / Object
Status codes that may be returned by socket functions
Constants
Done = 0
The socket has sent / received the data
NotReady = 1
The socket is not ready to send / receive data yet
Partial = 2
The socket sent a part of the data
Disconnected = 3
The TCP socket has been disconnected
Error = 4
An unexpected error happened