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

PtConnectorDestroy()

Destroy a connector

Synopsis:

int PtConnectorDestroy( PtConnector_t *connector );

Library:

ph

Description:

This function destroys the given connector.

Destroying a connector doesn't affect existing connections. If a server is only capable of talking to one client, it's a good idea to destroy the connector as soon as the client has connected.

Returns:

0
Success.
-1
An error occurred; errno is set.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtConnectorCreate(), PtConnectorGetId()

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