tibrvTransport_GetService()

Function

Declaration

tibrv_status tibrvTransport_GetService(
    tibrvTransport    transport,
    const char**      serviceString);

Purpose

Extract the service parameter from a transport.

Remarks

This function returns the service parameter as a NULL-terminated string.

Parameter

Description

transport

Extract the service parameter from this transport.

It is an error to supply the intra-process transport or virtual circuit transport to this function.

serviceString

The program supplies a location, and the function places in that location a string pointer to the service information.

The program must not modify the string.

See Also

tibrvTransport

tibrvTransport_Create()