Enum SocketMode

Enum SocketMode#

Enum Documentation#

enum xbe.sdk.Network.SocketMode#

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

Values:

BOTH#

Specifies a bi-directional connection.

DOWN#

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

UP#

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