OPC Labs EasyOPC-UA Library
UAQualifiedNameFormatErrorCode Enumeration
OpcLabs_EasyOpcUA ActiveX DLL : UAQualifiedNameFormatErrorCode Enumeration
Description
Enumeration of possible format error codes in an OPC-UA qualified name string.

 

UUID: 3d73f01e-4348-462f-8ca9-5eeb29cf385d

 

For more information, see UAQualifiedNameFormatErrorCode in .NET Reference.

Members
MemberValueDescription
UAQualifiedNameFormatErrorCode_NoNamespace2The OPC-UA qualified name contains neither the namespace index nor the namespace URI.
UAQualifiedNameFormatErrorCode_None0No format error in an OPC-UA qualified name.
UAQualifiedNameFormatErrorCode_NotAStringId1The OPC-UA qualified name has an identifier that is not of string type.
Remarks

For remarks, see UAQualifiedNameFormatErrorCode in .NET Reference.

Example

For examples, see UAQualifiedNameFormatErrorCode in .NET Reference.