libguac
0.9.8
|
Represents a single instruction within the Guacamole protocol. 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_instruction_parse_state | state |
The parse state of the instruction. | |
Represents a single instruction within the Guacamole protocol.