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


Home
QNX Community Resources
QNX Documentation Library
PtConnectionServerSetUserData

PtConnectionServerSetUserData

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

PtConnectionServerSetUserData()

Set the server's user data pointer in a connection object

Synopsis:

void PtConnectionServerSetUserData(
        PtConnectionServer_t *connection,
        void *data );

Library:

ph

Description:

A connection object contains a user data pointer that is passed to its message handlers. This function lets you set that pointer.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtConnectionClientGetUserData(), PtConnectionClientSetUserData(), PtConnectionServerDestroy(), PtConnectionServerGetUserData(), PtConnectionServerSetError()

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