This page was last edited on September 26, 2013, at 15:01.
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.