Deskflow 1.22.0.197
Keyboard and mouse sharing utility
|
Events for poll()
More...
#include <IArchNetwork.h>
Static Public Attributes | |
static const int | In = 1 |
Socket is readable. | |
static const int | Out = 2 |
Socket is writable. | |
static const int | Error = 4 |
The socket is in an error state. | |
static const int | Invalid = 8 |
The socket is invalid. |
Events for poll()
Events for poll()
are bitmasks and can be combined using the bitwise operators.
|
inlinestatic |
The socket is in an error state.
|
inlinestatic |
Socket is readable.
|
inlinestatic |
The socket is invalid.
|
inlinestatic |
Socket is writable.