Defines flags to include dataset field related information like status and timestamp in addition to the field value in the dataset message.
Syntax
Members
Member | Value | Description |
None | 0 | The fields are represented as Variant. |
RawData | 32 | If this flag is set, the values of the dataset are encoded as structure and all other field related flags are ignored. |
ServerPicoseconds | 16 | The DataValue structure field ServerPicoSeconds is included in the DataSetMessages.
Remarks:
If this flag is set, the fields are represented as DataValue. This flag is ignored if the ServerTimestamp flag is not set.
Note that the casing (Picoseconds vs. PicoSeconds) is different from the value name in the OPC UA specification. |
ServerTimestamp | 4 | The DataValue structure field ServerTimestamp is included in the DataSetMessages.
Remarks:
If this flag is set, the fields are represented as DataValue. |
SourcePicoseconds | 8 | The DataValue structure field SourcePicoSeconds is included in the DataSetMessages.
Remarks:
If this flag is set, the fields are represented as DataValue. This flag is ignored if the SourceTimestamp flag is not set.
Note that the casing (Picoseconds vs. PicoSeconds) is different from the value name in the OPC UA specification. |
SourceTimestamp | 2 | The DataValue structure field SourceTimestamp is included in the DataSetMessages.
Remarks:
If this flag is set, the fields are represented as DataValue. |
StatusCode | 1 | The DataValue structure field StatusCode is included in the DataSetMessages.
Remarks:
If this flag is set, the fields are represented as DataValue. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
OpcLabs.EasyOpc.UA.PubSub.Configuration.UADataSetFieldContentMask
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