Provide an enumeration for different message encoding types.
More...
Namespaces |
namespace | bmqt |
Detailed Description
- Outline
-
-
- Purpose:
- Provide an enumeration for different message encoding types.
-
- Classes:
-
-
- Description:
- Provide an enumeration,
bmqt::EncodingType
for different message encoding types.
-
UNDEFINED: No encoding was specified
-
RAW: The encoding is RAW, i.e., binary
-
BER: Binary encoding using the BER codec
-
BDEX: Binary encoding using the BDEX codec
-
XML: Text encoding, using the XML format
-
JSON: Text encoding, using the JSON format
-
TEXT: Plain text encoding, using a custom user-specific format
-
MULTIPARTS: Message is part of a multipart message