|
|
Data
|
[FlagsAttribute] public enum DataPacketFlags
| Member name | Value | Description |
|---|---|---|
| NoFlags | 0 | No flags set. |
| Synchronized | 1 | Determines if data packet is synchronized. |
| Compact | 2 | Determines if serialized measurement is compact. |
| CipherIndex | 4 | Determines which cipher index to use when encrypting data packet. |
| Compressed | 8 | Determines if data packet payload is compressed. |
| LittleEndianCompression | 16 | Determines if the compressed data payload is in little-endian order. |
The DataPacketFlags type exposes the following members.
| Name | Description | |
|---|---|---|
| GetDescription |
Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name
if no description is available.
(Defined by EnumExtensions) | |
| GetFormattedName |
Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions) |