tibrvIOType
Type
Declaration
typedef enum {
TIBRV_IO_READ,
TIBRV_IO_WRITE,
TIBRV_IO_EXCEPTION }tibrvIOType
;
Purpose
Distinguish event interest in I/O conditions.
Value |
Description |
|
The socket is now readable. |
|
The socket is now write-available. |
|
An exceptional condition occurred on the socket. (For example, out-of-band data has arrived.) |
See Also