20#ifndef _GUAC_PARSER_TYPES_H
21#define _GUAC_PARSER_TYPES_H
guac_parse_state
All possible states of the instruction parser.
Definition parser-types.h:32
@ 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:44
@ GUAC_PARSE_COMPLETE
The instruction has been fully parsed.
Definition parser-types.h:49
@ GUAC_PARSE_ERROR
The instruction cannot be parsed because of a protocol error.
Definition parser-types.h:54
@ 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:38
A Guacamole protocol parser, which reads individual instructions, filling its own internal structure ...
Definition parser.h:33