OpcTimestampsToReturn Enum

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Defines which timesamp(s) is/are to be transmitted.

C#

public enum OpcTimestampsToReturn


Inheritance ObjectValueTypeEnum › OpcTimestampsToReturn

Name Value Description
Source 0 The source-related timestamp is to be transmitted.
Server 1 The server-related timestamp is to be transmitted.
Both 2 The source- and server-related timestamps are to be transmitted.
Neither 3 Neither the source- nor the server-related timestamp are to be transmitted.