OpcDataChangeTrigger Enum

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

Specifies the conditions under which a data change notification is to be reported.

C#

public enum OpcDataChangeTrigger


Inheritance ObjectValueTypeEnum › OpcDataChangeTrigger

Name Value Description
Status 0 Report changes only if the status associated with a value changes.
StatusValue 1 Report changes if either the status or the value itself changes.
StatusValueTimestamp 2 Report changes if either the status, value or the source timestamp changes.