Data Fields | |
int | flags |
char * | target |
char * | command |
char * | arg |
int | index |
Definition at line 58 of file f_sendcmd.c.
char * Command::arg |
Definition at line 60 of file f_sendcmd.c.
Referenced by init(), parse_command(), parse_commands(), process_frame(), and uninit().
char * Command::command |
Definition at line 60 of file f_sendcmd.c.
Referenced by init(), parse_command(), parse_commands(), process_frame(), and uninit().
Definition at line 59 of file f_sendcmd.c.
Referenced by init(), parse_command(), parse_commands(), and process_frame().
Definition at line 61 of file f_sendcmd.c.
Referenced by init(), parse_command(), and process_frame().
char* Command::target |
Definition at line 60 of file f_sendcmd.c.
Referenced by init(), parse_command(), parse_commands(), process_frame(), and uninit().