dOPC Client Toolkit
Close
ua.complextypes.TuaDataTypesDictionary.ReadAllNodeDatatypes

Reads all datatypes of the given NodeId.

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

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. 

 

Also returns whether the given NodeId is variable (true) or not (false).

Kassl GmbH Copyright © 2024. All rights reserved.