Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ PtConnectionClientSetUserData

Media Vault

Software Library

Restoration Projects

Artifacts Sought

PtConnectionClientSetUserData

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

PtConnectionClientSetUserData()

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

Synopsis:

void PtConnectionClientSetUserData(
        PtConnectionClient_t *connection,
        void *data );

Library:

ph

Description:

A connection object contains a user data pointer that's 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:

PtConnectionClientDestroy(), PtConnectionClientGetUserData(), PtConnectionClientSetError(), 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