tibrvEvent_GetListenerTransport()

Function

Declaration

tibrv_status tibrvEvent_GetListenerTransport(
    tibrvEvent            event,
    tibrvTransport*       transport);

Purpose

Extract the transport from a listener event object.

Parameter

Description

event

Extract the transport from this listener.

transport

The program supplies a location. The function stores the transport of the listener event object in that location.

See Also

tibrvEvent_CreateListener()