Data Structures
Here are the data structures with brief descriptions:
guac_client | Guacamole proxy client |
guac_client_plugin | A handle to a client plugin, containing enough information about the plugin to complete the initial protocol handshake and instantiate a new client supporting the protocol provided by the client plugin |
guac_instruction | Represents a single instruction within the Guacamole protocol |
guac_layer | Represents a single layer within the Guacamole protocol |
guac_socket | The core I/O object of Guacamole |