24 #ifndef _GUAC_INSTRUCTION_TYPES_H
25 #define _GUAC_INSTRUCTION_TYPES_H
The instruction has been fully parsed.
Definition: instruction-types.h:53
guac_instruction_parse_state
All possible states of the instruction parser.
Definition: instruction-types.h:36
The parser has finished reading the length prefix and is currently waiting for data to complete the c...
Definition: instruction-types.h:48
The parser is currently waiting for data to complete the length prefix of the current element of the ...
Definition: instruction-types.h:42
Represents a single instruction within the Guacamole protocol.
Definition: instruction.h:38
The instruction cannot be parsed because of a protocol error.
Definition: instruction-types.h:58