Opc.Ua.Core
LimitBits Enumeration



Opc.Ua Namespace : LimitBits Enumeration
Flags that are set to indicate the limit status of the value.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum LimitBits 
   Inherits System.Enum
'Usage
 
Dim instance As LimitBits
[Flags()]
public enum LimitBits : System.Enum 
[Flags()]
public enum class LimitBits : public System.Enum 
Members
MemberDescription
Constant The value is constant and cannot change.
High The value is at the higher limit for the data source.
Low The value is at the lower limit for the data source.
None The value is free to change.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Opc.Ua.LimitBits

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Opc.Ua Namespace