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.
The value of this enum member is 8. |
MinorVersion | 16 | If this flag is set, the minor version of the configuration version is included in the dataset message header.
The value of this enum member is 16. |
None | 0 | "No flags.
The value of this enum member is 0. |
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.
The value of this enum member is 2. |
SequenceNumber | 32 | If this flag is set, the dataset message sequence number is included in the dataset message header.
The value of this enum member is 32. |
Status | 4 | If this flag is set, the dataset message status is included in the dataset message header.
The value of this enum member is 4. |
Timestamp | 1 | If this flag is set, a timestamp is included in the dataset message header.
The value of this enum member is 1. |
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