OpcStatusLimitBits Enum

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

Defines the constraints within a value falls.

C#

[Flags]
public enum OpcStatusLimitBits


Inheritance ObjectValueTypeEnum › OpcStatusLimitBits


Attributes FlagsAttribute

Name Value Description
None 0 The value is free to change.
Low 256 The value is at the lower limit for the data source.
High 512 The value is at the higher limit for the data source.
Constant 768 The value is constant and cannot change.