PostMessageBinaryType
Overview
Values of this enum are used to specfy the binary encoding style to be used by PostMessage.
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK
Value | Description |
---|---|
InlineBase64 |
Binary values will be encoded to Base64 format |
InlineHex |
Binary values will be encoded as a sequence of hexadecimal numbers |