libguac
0.9.13-incubating
|
A Guacamole protocol parser, which reads individual instructions, filling its own internal structure with the most recently read instruction data. More...
Data Fields | |
char * | opcode |
The opcode of the instruction. | |
int | argc |
The number of arguments passed to this instruction. | |
char ** | argv |
Array of all arguments passed to this instruction. | |
guac_parse_state | state |
The parse state of the instruction. | |
A Guacamole protocol parser, which reads individual instructions, filling its own internal structure with the most recently read instruction data.