OpcNodeIdType Enum

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Defines the type of an OpcNodeId including its type, format and its scope.

C#

public enum OpcNodeIdType


Inheritance ObjectValueTypeEnum › OpcNodeIdType

Name Value Description
Numeric 0 The identifier value is numeric while an identifier equals zero indicates a null identifier.
String 1 The identifier value is a string while an identifier equals an empty string indicates a null identifier.
Guid 2 The identifier value is a Guid consisting of 16 bytes while an identifier with 16 bytes where each byte is equals zero indicates a null identifier.
Opaque 3 The identifier value is an array of bytes while an identifier with a zero length array indicates a null identifier.