Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
QNX Documentation Library
PtConnectionFindName

PtConnectionFindName

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

PtConnectionFindName()

Find the connector with a given name

Synopsis:

PtConnectionClient_t *PtConnectionFindName(
                         const char *name,
                         int subtype,
                         unsigned flags );

Library:

ph

Description:

This function connects to the connector with the given name, and creates a client-connection object.

The subtype and flags arguments should be set to zero for now.

Returns:

A pointer to the client-connection object.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtConnectionFindId(), PtConnectionTmpName(), PtConnectionWaitForName()

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