Class SocketMode

Inheritance Relationships

Base Type

Class Documentation

class SocketMode : public axr::sdk::StringEnum<SocketMode>

Describes the different operating modes of a real-time session socket.

Public Static Attributes

static const SocketMode *BOTH

Specifies a bi-directional connection.

static const SocketMode *DOWN

Specifies a downward only connection, capable of receiving data from the server only.

static const SocketMode *UP

Specifies an upward only connection, capable of sending data to the server only.