HDK
|
Go to the source code of this file.
Classes | |
class | UT_SocketListener |
Enumerations | |
enum | UT_SocketListenerEvent { UT_SOCKET_ERROR = 1, UT_SOCKET_READ_READY = 1 << 1, UT_SOCKET_WRITE_READY = 1 << 2 } |
Enumerator | |
---|---|
UT_SOCKET_ERROR | |
UT_SOCKET_READ_READY | |
UT_SOCKET_WRITE_READY |
Definition at line 21 of file UT_SocketListener.h.