The UADP message mapping specific flags for the content of the dataset message header.
Syntax
Members
Member | Value | Description |
MajorVersion | 8 | If this flag is set, the major version of the configuration version is included in the dataset message header. |
MinorVersion | 16 | If this flag is set, the minor version of the configuration version is included in the dataset message header. |
None | 0 | "No flags. |
Picoseconds | 2 | If this flag is set, a picoseconds timestamp field is included in the dataset message header.
Remarks:
This flag is ignored if the Timestamp flag is not set.
Note that the casing (Picoseconds vs. PicoSeconds) is different from the value name in the OPC UA specification. |
SequenceNumber | 32 | If this flag is set, the dataset message sequence number is included in the dataset message header. |
Status | 4 | If this flag is set, the dataset message status is included in the dataset message header. |
Timestamp | 1 | If this flag is set, a timestamp is included in the dataset message header. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
OpcLabs.EasyOpc.UA.PubSub.Configuration.UAUadpDataSetMessageContentMask
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also