The structure ST_ClientConnection2 contains information about the clients connected to the server.
Name |
Data type |
Description |
---|---|---|
STRING(15) |
The IP address of the connected client |
|
UINT |
The port number of the connected client |
|
BOOL |
Indicates that data has been received that has not yet been processed by the Receive method. |
|
ULINT |
Total number of bytes received from this client. |
|
ULINT |
Total number of bytes sent to this client. |