Enum MessageType

Enum MessageType#

Enum Documentation#

enum xbe.sdk.Network.MessageType#

Describes the supporting encoding types of message data that can be sent over a connection.

Values:

BINARY#

The data is encoded in binary (byte order not assumed).

TEXT#

The data is encoded as UTF-8 compatible text.