|
Zen API
|
Declares the kSocket class.
Go to the source code of this file.
Macros | |
| #define | kSOCKET_EVENT_EXCEPT (4) |
| Socket has an unexpected condition. | |
| #define | kSOCKET_EVENT_READ (1) |
| Socket ready for reading/accepting. | |
| #define | kSOCKET_EVENT_WRITE (2) |
| Socket potentially ready for writing. | |
| #define | kSOCKET_TYPE_TCP (0) |
| TCP Socket. | |
| #define | kSOCKET_TYPE_UDP (1) |
| UDP Socket. | |