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.