NetBurner 3.5.6
PDF Version |
Macros | |
#define | UDP_ERR_NOSUCH_SOCKET (-1) |
Socket does not exist. | |
#define | UDP_ERR_NOTOPEN_TO_WRITE (-2) |
Socket not open for write. | |
#define | UDP_ERR_NOTOPEN_TO_READ (-3) |
Socket not open for read. | |
These negative values are returned by UDP socket creation and operation functions to indicate specific error conditions. All successful operations return non-negative values (valid file descriptors >= 0 or byte counts >= 0).