OPC Labs EasyOPC-UA Library
UAIndexRangeListFormatErrorCode Enumeration
OpcLabs_EasyOpcUA ActiveX DLL : UAIndexRangeListFormatErrorCode Enumeration
Description
Enumeration of possible format error codes in an OPC-UA index range list string.

 

UUID: d33f4a85-2480-4a87-ae25-b6575cd4c44a

 

For more information, see UAIndexRangeListFormatErrorCode in .NET Reference.

Members
MemberValueDescription
UAIndexRangeListFormatErrorCode_BeginIndexFormat2The format of begin index is invalid.
UAIndexRangeListFormatErrorCode_BeginIndexOverflow3Begin index overflow.
UAIndexRangeListFormatErrorCode_EndIndexFormat4The format of end index is invalid.
UAIndexRangeListFormatErrorCode_EndIndexOverflow5End index overflow.
UAIndexRangeListFormatErrorCode_InvalidEndIndex7Numeric range does not have a valid end index.
UAIndexRangeListFormatErrorCode_InvalidStartIndex6Numeric range does not have a valid start index.
UAIndexRangeListFormatErrorCode_None0No format error in an OPC-UA index range list.
UAIndexRangeListFormatErrorCode_StartIndexNotLess8Numeric range does not have a start index that is less than the end index.
UAIndexRangeListFormatErrorCode_TwoEntriesMinimum1A list of index ranges must have at least two entries.
Remarks

For remarks, see UAIndexRangeListFormatErrorCode in .NET Reference.

Example

For examples, see UAIndexRangeListFormatErrorCode in .NET Reference.