20#ifndef _GUAC_SOCKET_TYPES_H
21#define _GUAC_SOCKET_TYPES_H
guac_socket_state
Possible current states of a guac_socket.
Definition socket-types.h:38
@ GUAC_SOCKET_CLOSED
The socket is closed.
Definition socket-types.h:48
@ GUAC_SOCKET_OPEN
The socket is open and can be written to / read from.
Definition socket-types.h:43
The core I/O object of Guacamole.
Definition socket.h:39