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.
UUID: d33f4a85-2480-4a87-ae25-b6575cd4c44a
For more information, see UAIndexRangeListFormatErrorCode in .NET Reference.
Member | Value | Description |
---|---|---|
UAIndexRangeListFormatErrorCode_BeginIndexFormat | 2 | The format of begin index is invalid. |
UAIndexRangeListFormatErrorCode_BeginIndexOverflow | 3 | Begin index overflow. |
UAIndexRangeListFormatErrorCode_EndIndexFormat | 4 | The format of end index is invalid. |
UAIndexRangeListFormatErrorCode_EndIndexOverflow | 5 | End index overflow. |
UAIndexRangeListFormatErrorCode_InvalidEndIndex | 7 | Numeric range does not have a valid end index. |
UAIndexRangeListFormatErrorCode_InvalidStartIndex | 6 | Numeric range does not have a valid start index. |
UAIndexRangeListFormatErrorCode_None | 0 | No format error in an OPC-UA index range list. |
UAIndexRangeListFormatErrorCode_StartIndexNotLess | 8 | Numeric range does not have a start index that is less than the end index. |
UAIndexRangeListFormatErrorCode_TwoEntriesMinimum | 1 | A list of index ranges must have at least two entries. |
For remarks, see UAIndexRangeListFormatErrorCode in .NET Reference.
For examples, see UAIndexRangeListFormatErrorCode in .NET Reference.