Find the connector with a given ID
PtConnectionClient_t *PtConnectionFindId( PhConnectorId_t id, int subtype, unsigned flags );
ph
This function connects to the connector with the given ID, and creates a client-connection object.
The subtype and flags arguments should be set to zero for now.
A pointer to the client-connection object.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtConnectionFindName(), PtConnectionTmpName(), PtConnectionWaitForName()
“Connections” in the Interprocess Communication chapter of the Photon Programmer's Guide