This page was last edited on January 15, 2014, at 05:51.
Comments or questions about this documentation? Contact us for support!
Sets the callback function provided by a client. Client_callback is called by T-Library any time a new socket is created or an old one is deleted.
Name | Description |
---|---|
client_callback | Pointer to client's callback function. The input parameter for the callback is a pointer to TSockInfo structure. |
None.