irc_server_msg_s Struct Reference

Data Fields

union {
   char   string [IRC_SEND_BUF_SIZE]
   irc_numeric_t   numeric
id
irc_command_type_t type
char prefix [IRC_SEND_BUF_SIZE]
char params [IRC_SEND_BUF_SIZE]
char trailing [IRC_SEND_BUF_SIZE]

Detailed Description

Definition at line 245 of file cl_irc.c.


Field Documentation

union { ... } irc_server_msg_s::id

Definition at line 248 of file cl_irc.c.

Referenced by Irc_Proto_ParseServerMsg(), and Irc_Proto_ProcessServerMsg().

char irc_server_msg_s::params[IRC_SEND_BUF_SIZE]

Definition at line 252 of file cl_irc.c.

Referenced by Irc_Proto_ParseServerMsg(), and Irc_Proto_ProcessServerMsg().

char irc_server_msg_s::prefix[IRC_SEND_BUF_SIZE]

Definition at line 251 of file cl_irc.c.

Referenced by Irc_Proto_ParseServerMsg(), and Irc_Proto_ProcessServerMsg().

char irc_server_msg_s::string[IRC_SEND_BUF_SIZE]

Definition at line 247 of file cl_irc.c.

Referenced by Irc_Proto_ParseServerMsg(), and Irc_Proto_ProcessServerMsg().

char irc_server_msg_s::trailing[IRC_SEND_BUF_SIZE]

Definition at line 253 of file cl_irc.c.

Referenced by Irc_Proto_ParseServerMsg(), and Irc_Proto_ProcessServerMsg().

Definition at line 250 of file cl_irc.c.

Referenced by Irc_Proto_ParseServerMsg(), and Irc_Proto_ProcessServerMsg().


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

Generated by  doxygen 1.6.2