Click or drag to resize

DataPacketFlags Enumeration

DataPublisher data packet flags.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.282-beta
Syntax
[FlagsAttribute]
public enum DataPacketFlags
View Source
Members
Member nameValueDescription
NoFlags0 No flags set.
Synchronized1 Determines if data packet is synchronized.
Compact2 Determines if serialized measurement is compact.
CipherIndex4 Determines which cipher index to use when encrypting data packet.
Compressed8 Determines if data packet payload is compressed.
LittleEndianCompression16 Determines if the compressed data payload is in little-endian order.

The DataPacketFlags type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodGetDescription 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)
Public Extension MethodGetFormattedName Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions)
Top
See Also