21#ifndef _GUAC_PARSER_TYPES_H
22#define _GUAC_PARSER_TYPES_H
guac_parse_state
All possible states of the instruction parser.
Definition: parser-types.h:33
@ GUAC_PARSE_CONTENT
The parser has finished reading the length prefix and is currently waiting for data to complete the c...
Definition: parser-types.h:45
@ GUAC_PARSE_COMPLETE
The instruction has been fully parsed.
Definition: parser-types.h:50
@ GUAC_PARSE_ERROR
The instruction cannot be parsed because of a protocol error.
Definition: parser-types.h:55
@ GUAC_PARSE_LENGTH
The parser is currently waiting for data to complete the length prefix of the current element of the ...
Definition: parser-types.h:39
A Guacamole protocol parser, which reads individual instructions, filling its own internal structure ...
Definition: parser.h:34