Description
Defines flags to include dataset field related information like status and timestamp in addition to the field value in the dataset message.
UUID: fcd8b3ce-2c6a-4658-9463-9a1c13a3e934
For more information, see UADataSetFieldContentMask in .NET Reference.
Members
Member | Value | Description |
UADataSetFieldContentMask_None | 0 | The fields are represented as Variant. |
UADataSetFieldContentMask_RawData | 32 | If this flag is set, the values of the dataset are encoded as structure and all other field related flags are ignored. |
UADataSetFieldContentMask_ServerPicoseconds | 16 | The DataValue structure field ServerPicoSeconds is included in the DataSetMessages. |
UADataSetFieldContentMask_ServerTimestamp | 4 | The DataValue structure field ServerTimestamp is included in the DataSetMessages. |
UADataSetFieldContentMask_SourcePicoseconds | 8 | The DataValue structure field SourcePicoSeconds is included in the DataSetMessages. |
UADataSetFieldContentMask_SourceTimestamp | 2 | The DataValue structure field SourceTimestamp is included in the DataSetMessages. |
UADataSetFieldContentMask_StatusCode | 1 | The DataValue structure field StatusCode is included in the DataSetMessages. |
Example
For examples, see UADataSetFieldContentMask in .NET Reference.