OPC Labs Base Library
BrowsePathFormatErrorCode Enumeration
OpcLabs_BaseLib ActiveX DLL : BrowsePathFormatErrorCode Enumeration
Description
Enumeration of possible format error codes in a browse path string.

 

UUID: a2a9082f-3f2e-4f9c-81b9-ab67010ec17f

 

For more information, see BrowsePathFormatErrorCode in .NET Reference.

Members
MemberValueDescription
BrowsePathFormatErrorCode_BadlyFormedEscape3Badly formed escape sequence.
BrowsePathFormatErrorCode_EmptyElement4Empty element in a browse path.
BrowsePathFormatErrorCode_InvalidBrowseName5Invalid browse name.
BrowsePathFormatErrorCode_InvalidReference6Invalid reference in a browse path.
BrowsePathFormatErrorCode_None0No format error in a browse path.
BrowsePathFormatErrorCode_NotRelative1The browse path is not relative.
BrowsePathFormatErrorCode_ReferenceTooDeep8Reference in a browse path is too deep.
BrowsePathFormatErrorCode_RelativeWithNoBase2No base path given for a relative browse path.
BrowsePathFormatErrorCode_UnknownReference7Unknown reference in a browse path.
Remarks

For remarks, see BrowsePathFormatErrorCode in .NET Reference.

Example

For examples, see BrowsePathFormatErrorCode in .NET Reference.