Client information struct.
More...
Inherits CRM64Pro::CMemAllocator.
|
char | szName [16] |
| The name of the client. Updated automatically.
|
|
Uint32 | IP |
| The IP v4 address of the client. Updated automatically.
|
|
Sint32 | iLatency |
| The latency of the last second. Updated only when a client is connected or disconnected or you call to QueryClientsInfo().
|
|
Sint32 | iLatencyAvg |
| The latency average of last 10 seconds Updated only when a client is connected or disconnected or you call to QueryClientsInfo().
|
|
Client information struct.