libguac 1.5.5
Loading...
Searching...
No Matches
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

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