Build 1.01.318.0
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
[This is preliminary documentation and is subject to change.]
Flags that are set to indicate the limit status of the value.
Namespace: Opc.UaAssembly: 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 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. |