tibrvEvent_GetIOSource()

Function

Declaration

tibrv_status tibrvEvent_GetIOSource(
    tibrvEvent        event,
    tibrv_i32*        source);

Purpose

Extract the source (socket ID) from an I/O event object.

Parameter

Description

event

Extract the source from this I/O event object.

source

The program supplies a location. The function stores the source of the I/O event object in that location.

See Also

tibrvEvent_CreateIO()