Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ PtConnectionClientGetUserData

Media Vault

Software Library

Restoration Projects

Artifacts Sought

PtConnectionClientGetUserData

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

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]

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026