Client information struct.
More...
Client information struct.
|
|
char | szName [16] |
| | The name of the client. Updated automatically.
|
|
Uint8 | iClientIdx |
| | The client index (0-based). Matches the senderIdx in USER messages. 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().
|