EasyUA Reference
LimitBits Enumeration
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : LimitBits Enumeration

Glossary Item Box

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

Syntax

Visual Basic (Usage)Copy Code
Dim instance As LimitBits
C# 
[FlagsAttribute()]
public enum LimitBits : 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/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.