Crossfire Client, Branches  R11627
ClientSocket Struct Reference

#include <client.h>

+ Collaboration diagram for ClientSocket:

Data Fields

int command_received
 
int command_sent
 
int command_time
 
int cs_version
 
int fd
 
SockList inbuf
 
int sc_version
 
char * servername
 

Detailed Description

Definition at line 96 of file client.h.

Field Documentation

int ClientSocket::command_received
int ClientSocket::command_sent
int ClientSocket::command_time

Definition at line 105 of file client.h.

Referenced by CompleteCmd(), init_client_vars(), and reset_client_vars().

int ClientSocket::cs_version

Definition at line 99 of file client.h.

Referenced by main(), negotiate_connection(), send_command(), and VersionCmd().

SockList ClientSocket::inbuf

Definition at line 98 of file client.h.

Referenced by DoClient(), and main().

int ClientSocket::sc_version

Definition at line 99 of file client.h.

Referenced by draw_stats(), negotiate_connection(), set_item_values(), and VersionCmd().

char* ClientSocket::servername

Definition at line 106 of file client.h.

Referenced by init_connection(), and setUserPass().


The documentation for this struct was generated from the following file: