You are here: Start » AVL.NET » OpcUaNodeId Class

OpcUaNodeId Class

Namespace:Avl
Assembly:AvlNet.Types.dll

Represents a NodeId in the OPC UA information model.

Constructors

 ConstructorDescription
OpcUaNodeId()
OpcUaNodeId(Int32, OpcUaNodeIdType, String)

Properties

 NameTypeDescription
IdentifierTypeAvl.OpcUaNodeIdType
IdentifierSystem.String
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
NamespaceIndexSystem.Int32

Methods

 NameDescription
CopyTo(Avl.OpcUaNodeId)
Dispose()Inherited from Avl.UnmanagedObject
Equals(object)Inherited from System.Object
Equals(Avl.OpcUaNodeId)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Avl.OpcUaNodeId)
ToString()Inherited from System.Object

Remarks

See also