[Previous] [Contents] [Index] [Next]

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

PtConnectionClientGetUserData()

Get the client's user data pointer from a connection object

Synopsis:

void *PtConnectionClientGetUserData(
         PtConnectionClient_t *connection );

Library:

ph

Description:

A connection object contains a user data pointer that's passed to its message handlers. This function lets you retrieve that pointer.

Returns:

A void * pointer to the data.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtConnectionClientDestroy(), PtConnectionClientSetError(), PtConnectionClientSetUserData(), PtConnectionServerGetUserData(), PtConnectionServerSetUserData()

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


[Previous] [Contents] [Index] [Next]