Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

Flags that are set to indicate the limit status of the value.

Namespace: Opc.Ua
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
[FlagsAttribute]
public enum LimitBits
Visual Basic
<FlagsAttribute> _
Public Enumeration LimitBits
Visual C++
[FlagsAttribute]
public enum class LimitBits

Members

Member nameValueDescription
None0 The value is free to change.
Low256 The value is at the lower limit for the data source.
High512 The value is at the higher limit for the data source.
Constant768 The value is constant and cannot change.

See Also