Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

PtConnectorGetId()

Get the ID of a connector

Synopsis:

PhConnectorId_t PtConnectorGetId( 
                   PtConnector_t const *connector );

Library:

ph

Description:

This function obtains the connector ID that a client can pass to PtConnectionFindId() in order to connect.

Returns:

The connector ID.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtConnectorCreate(), PtConnectorDestroy()

Connections in the Interprocess Communication chapter of the Photon Programmer's Guide