libguac  0.9.11-incubating
Enumerations
socket-types.h File Reference

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...
 

Detailed Description

Type definitions related to the guac_socket object.

Enumeration Type Documentation

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.