libguac
0.9.13-incubating
|
Type definitions related to the guac_socket object. More...
Go to the source code of this file.
Enumerations | |
enum | guac_socket_state { GUAC_SOCKET_OPEN, GUAC_SOCKET_CLOSED } |
Possible current states of a guac_socket. More... | |
Type definitions related to the guac_socket object.
enum guac_socket_state |
Possible current states of a guac_socket.
Enumerator | |
---|---|
GUAC_SOCKET_OPEN |
The socket is open and can be written to / read from. |
GUAC_SOCKET_CLOSED |
The socket is closed. Reads and writes will fail. |