celPlayer Class Reference
General information on a player. More...
#include <physicallayer/nettypes.h>
Public Attributes | |
| csString | hostname |
| The hostname of the player if available. | |
| uint8 | ip_address [32] |
| The IP address of the game/player, large enough to hold IPv6 address. | |
| uint32 | player_id |
| The ID of the player. | |
| csString | player_name |
| The name of the player. | |
| uint16 | port_nb |
| The port number of the player. | |
Detailed Description
General information on a player.
Definition at line 234 of file nettypes.h.
Member Data Documentation
The hostname of the player if available.
Definition at line 246 of file nettypes.h.
The IP address of the game/player, large enough to hold IPv6 address.
Definition at line 249 of file nettypes.h.
The ID of the player.
Definition at line 240 of file nettypes.h.
The name of the player.
Definition at line 243 of file nettypes.h.
The port number of the player.
Definition at line 252 of file nettypes.h.
The documentation for this class was generated from the following file:
- physicallayer/nettypes.h
Generated for CEL: Crystal Entity Layer 2.0 by doxygen 1.6.1
