Flag.h File Reference
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Comm |
Abstraction layer for TCP, UDP, TLS, UDS and filedescriptor sockets. | |
Enumerations | |
enum | Comm::Flag { Comm::OK = 0 , Comm::COMM_ERROR = -1 , Comm::TIMEOUT = -4 , Comm::SHUTDOWN = -5 , Comm::IDLE = -6 , Comm::INPROGRESS = -7 , Comm::ERR_CONNECT = -8 , Comm::ERR_DNS = -9 , Comm::ERR_CLOSING = -10 , Comm::ERR_PROTOCOL = -11 , Comm::ENDFILE = -12 , Comm::ERR__END__ = -999999 } |