tibrvEvent_GetIOType()

Function

Declaration

tibrv_status tibrvEvent_GetIOType(
    tibrvEvent          event,
    tibrvIOType*        ioType);

Purpose

Extract the I/O type from an I/O event object.

Parameter

Description

event

Extract the I/O type from this I/O event object.

ioType

The program supplies a location. The function stores the I/O type in that location.

See Also

tibrvEvent_CreateIO()

tibrvIOType