QuickOPC User's Guide and Reference
UALimitInfo Enumeration



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace : UALimitInfo Enumeration
Flags that are set to indicate the limit status of the value.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
<DisplayName2Attribute("OPC-UA Limit Info")>
<GuidAttribute("12813C32-5BFF-47B8-BC64-2D9579820076")>
Public Enum UALimitInfo 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As UALimitInfo
[ComVisible(true)]
[DisplayName2("OPC-UA Limit Info")]
[Guid("12813C32-5BFF-47B8-BC64-2D9579820076")]
public enum UALimitInfo : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
[ComVisible(true)]
[DisplayName2("OPC-UA Limit Info")]
[Guid("12813C32-5BFF-47B8-BC64-2D9579820076")]
public enum class UALimitInfo : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
Constant3The value is constant and cannot change.
High2The value is at the higher limit for the data source.
Low1The value is at the lower limit for the data source.
None0The value is free to change.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         OpcLabs.EasyOpc.UA.UALimitInfo

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also