poser
A C framework for POsix SERvices
|
declarations for client construction of the PSC_Connection class More...
Go to the source code of this file.
Typedefs | |
typedef void(* | PSC_ClientCreatedHandler) (void *receiver, PSC_Connection *connection) |
Handler for completed async client creation. | |
declarations for client construction of the PSC_Connection class
typedef void(* PSC_ClientCreatedHandler) (void *receiver, PSC_Connection *connection) |
Handler for completed async client creation.
This will be called once PSC_Connection_createTcpAsync created a PSC_Connection object.
receiver | the object receiving the callback |
connection | the newly created connection, or NULL when creation failed |