Freeciv-3.1
Loading...
Searching...
No Matches
Data Fields
packet_conn_info Struct Reference

#include <packets_gen.h>

Data Fields

int id
 
bool used
 
bool established
 
bool observer
 
int player_num
 
enum cmdlevel access_level
 
char username [MAX_LEN_NAME]
 
char addr [MAX_LEN_ADDR]
 
char capability [MAX_LEN_CAPSTR]
 

Detailed Description

Definition at line 876 of file packets_gen.h.

Field Documentation

◆ access_level

enum cmdlevel packet_conn_info::access_level

Definition at line 882 of file packets_gen.h.

Referenced by handle_conn_info(), package_conn_info(), and send_packet_conn_info_100().

◆ addr

char packet_conn_info::addr[MAX_LEN_ADDR]

Definition at line 884 of file packets_gen.h.

Referenced by handle_conn_info(), package_conn_info(), and send_packet_conn_info_100().

◆ capability

char packet_conn_info::capability[MAX_LEN_CAPSTR]

Definition at line 885 of file packets_gen.h.

Referenced by handle_conn_info(), package_conn_info(), and send_packet_conn_info_100().

◆ established

bool packet_conn_info::established

Definition at line 879 of file packets_gen.h.

Referenced by handle_conn_info(), package_conn_info(), and send_packet_conn_info_100().

◆ id

int packet_conn_info::id

◆ observer

bool packet_conn_info::observer

Definition at line 880 of file packets_gen.h.

Referenced by handle_conn_info(), package_conn_info(), and send_packet_conn_info_100().

◆ player_num

int packet_conn_info::player_num

Definition at line 881 of file packets_gen.h.

Referenced by handle_conn_info(), package_conn_info(), and send_packet_conn_info_100().

◆ used

bool packet_conn_info::used

◆ username

char packet_conn_info::username[MAX_LEN_NAME]

Definition at line 883 of file packets_gen.h.

Referenced by handle_conn_info(), package_conn_info(), and send_packet_conn_info_100().