DDraceNetwork Docs
protocol7.h File Reference
#include <base/types.h>
Include dependency graph for protocol7.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  protocol7
 

Enumerations

enum  {
  protocol7::NETMSG_NULL = 0 , protocol7::NETMSG_INFO = 1 , protocol7::NETMSG_MAP_CHANGE , protocol7::NETMSG_MAP_DATA ,
  protocol7::NETMSG_SERVERINFO , protocol7::NETMSG_CON_READY , protocol7::NETMSG_SNAP , protocol7::NETMSG_SNAPEMPTY ,
  protocol7::NETMSG_SNAPSINGLE , protocol7::NETMSG_SNAPSMALL , protocol7::NETMSG_INPUTTIMING , protocol7::NETMSG_RCON_AUTH_ON ,
  protocol7::NETMSG_RCON_AUTH_OFF , protocol7::NETMSG_RCON_LINE , protocol7::NETMSG_RCON_CMD_ADD , protocol7::NETMSG_RCON_CMD_REM ,
  protocol7::NETMSG_UNUSED1 , protocol7::NETMSG_UNUSED2 , protocol7::NETMSG_READY , protocol7::NETMSG_ENTERGAME ,
  protocol7::NETMSG_INPUT , protocol7::NETMSG_RCON_CMD , protocol7::NETMSG_RCON_AUTH , protocol7::NETMSG_REQUEST_MAP_DATA ,
  protocol7::NETMSG_UNUSED3 , protocol7::NETMSG_UNUSED4 , protocol7::NETMSG_PING , protocol7::NETMSG_PING_REPLY ,
  protocol7::NETMSG_UNUSED5 , protocol7::NETMSG_MAPLIST_ENTRY_ADD , protocol7::NETMSG_MAPLIST_ENTRY_REM
}
 
enum  {
  protocol7::MAX_NAME_LENGTH = 16 , protocol7::MAX_NAME_ARRAY_SIZE = MAX_NAME_LENGTH * UTF8_BYTE_LENGTH + 1 , protocol7::MAX_CLAN_LENGTH = 12 , protocol7::MAX_CLAN_ARRAY_SIZE = MAX_CLAN_LENGTH * UTF8_BYTE_LENGTH + 1 ,
  protocol7::MAX_SKIN_LENGTH = 24 , protocol7::MAX_SKIN_ARRAY_SIZE = MAX_SKIN_LENGTH * UTF8_BYTE_LENGTH + 1
}