tibrvEventType

Type

Declaration

typedef tibrv_u32    tibrvEventType;

Purpose

Distinguish event objects as listeners, timers, or I/O interest.

Value

Description

TIBRV_LISTEN_EVENT

An event object with this type listens for inbound messages.

TIBRV_TIMER_EVENT

An event object with this type represents is a timer.

TIBRV_IO_EVENT

An event object with this type expresses interest in an I/O condition.

See Also

tibrvEvent_GetType()