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

TIBRV_IO_READ

The socket is now readable.

TIBRV_IO_WRITE

The socket is now write-available.

TIBRV_IO_EXCEPTION

An exceptional condition occurred on the socket. (For example, out-of-band data has arrived.)

See Also

tibrvEvent_CreateIO()

tibrvEvent_GetIOType()