OPC Labs EasyOPC-UA Library
UANodeIdFormatErrorCode Enumeration
OpcLabs_EasyOpcUA ActiveX DLL : UANodeIdFormatErrorCode Enumeration
Description
Enumeration of possible format error codes in an OPC-UA node ID string.

 

UUID: 8da75e11-10fc-4673-a402-5e80cbc91b54

 

For more information, see UANodeIdFormatErrorCode in .NET Reference.

Members
MemberValueDescription
UANodeIdFormatErrorCode_NoIdentifier2The OPC-UA expanded node Id does not contain the identifier.
UANodeIdFormatErrorCode_NoNamespace1The OPC-UA expanded node Id contains neither the namespace URI nor the namespace index.
UANodeIdFormatErrorCode_None0No format error in an OPC-UA node ID.
Remarks

For remarks, see UANodeIdFormatErrorCode in .NET Reference.

Example

For examples, see UANodeIdFormatErrorCode in .NET Reference.