SocketStatus.h File Reference

Go to the source code of this file.


Enumerations

enum  sfSocketStatus {
  sfSocketDone,
  sfSocketNotReady,
  sfSocketDisconnected,
  sfSocketError
}
 Define the status that can be returned by the socket functions. More...

Enumeration Type Documentation

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

Enumerator:
sfSocketDone 
sfSocketNotReady 
sfSocketDisconnected 
sfSocketError 

Definition at line 33 of file SocketStatus.h.