OpcDataTypeNode<T> Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcDataTypeNode<T> type exposes the following members.

OpcDataTypeNode()

Initializes a new instance of the OpcDataTypeNode´1 class.

C#

public OpcDataTypeNode()


Exceptions

ArgumentException

The T is not a supported data type.

OpcDataTypeNode(OpcNodeId)

Initializes a new instance of the OpcDataTypeNode´1 class accessible by the id specified.

C#

public OpcDataTypeNode(OpcNodeId id)


Parameters

id OpcNodeId

The OpcNodeId through that the new data type node can be identified and accessed.


Exceptions

ArgumentException

The T is not a supported data type.

OpcDataTypeNode(OpcNodeId, OpcName)

Initializes a new instance of the OpcDataTypeNode´1 class accessible by the name and id specified.

C#

public OpcDataTypeNode(OpcNodeId id, OpcName name)


Parameters

id OpcNodeId

The OpcNodeId through that the new data type node can be identified and accessed.

name OpcName

The OpcName through that the new data type node can be accessed.


Exceptions

ArgumentException

The T is not a supported data type.

TypeInfo

C#

public override OpcDataTypeInfo TypeInfo { get; }


Property Value

OpcDataTypeInfo