QuickOPC User's Guide and Reference
UAIndexRangeListFormatErrorCode Enumeration



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Parsing Namespace : UAIndexRangeListFormatErrorCode Enumeration
Enumeration of possible format error codes in an OPC-UA index range list string.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(True)>
<DisplayName2Attribute("OPC-UA Index Range List Format Error Code")>
<GuidAttribute("D33F4A85-2480-4A87-AE25-B6575CD4C44A")>
Public Enum UAIndexRangeListFormatErrorCode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As UAIndexRangeListFormatErrorCode
[CLSCompliant(true)]
[ComVisible(true)]
[DisplayName2("OPC-UA Index Range List Format Error Code")]
[Guid("D33F4A85-2480-4A87-AE25-B6575CD4C44A")]
public enum UAIndexRangeListFormatErrorCode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
[CLSCompliant(true)]
[ComVisible(true)]
[DisplayName2("OPC-UA Index Range List Format Error Code")]
[Guid("D33F4A85-2480-4A87-AE25-B6575CD4C44A")]
public enum class UAIndexRangeListFormatErrorCode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
BeginIndexFormat2The format of begin index is invalid.
BeginIndexOverflow3Begin index overflow.
EndIndexFormat4The format of end index is invalid.
EndIndexOverflow5End index overflow.
InvalidEndIndex7Numeric range does not have a valid end index.
InvalidStartIndex6Numeric range does not have a valid start index.
None0No format error in an OPC-UA index range list.
StartIndexNotLess8Numeric range does not have a start index that is less than the end index.
TwoEntriesMinimum1A list of index ranges must have at least two entries.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         OpcLabs.EasyOpc.UA.Parsing.UAIndexRangeListFormatErrorCode

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