OpcDataTypeEncodingNodeInfo Members

Namespace: Opc.UaFx.Client
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcDataTypeEncodingNodeInfo type exposes the following members.

GetDescriptions()

Retrieves all nodes which are referenced using the HasDescription reference for which the according OpcNodeInfo is represented by the OpcDataTypeDescriptionNodeInfo class.

C#

public OpcDataTypeDescriptionNodeInfo[] GetDescriptions()


Returns

OpcDataTypeDescriptionNodeInfo[]

An array of OpcDataTypeDescriptionNodeInfo objects referenced by the current OpcDataTypeEncodingNodeInfo.


Remarks

The time consumed by the first call of the method depends on the availability of the server, because of the nodes are requested on-demand and are cached for subsequent calls. This means, that further requests will take use of already retrieved node information and will not demand additional network resources.