dOPC Client Toolkit
Close
ua.complextypes.TuaDataTypesDictionary.ReadAllNodeDatatypes

Reads all datatypes of the given NodeId.

function ReadAllNodeDatatypes(UAClient: TdOPCUAClient; NodeId: string): TuaDatatypeItem; overload;
__fastcall TuaDatatypeItem ReadAllNodeDatatypes(TdOPCUAClient UAClient, AnsiString NodeId);

Recursively reads all datatypes of the given NodeId. The NodeId can be a datatype, a variable, or a variable type. The function returns the data type object of the given nodeid. If the NodeId does not exist, an exception will be thrown.

Kassl GmbH Copyright © 2024. All rights reserved.