dOPC Client Toolkit
Close
ua.complextypes.TuaDataTypesDictionary.GetDatatype

Returns a data type from dictionary.

function GetDatatype(NodeId: string): TuaDatatypeItem; overload;
__fastcall TuaDatatypeItem GetDatatype(AnsiString NodeId);

This method only checks if the given NodeId is a data type that exists in the data type dictionary. This method does not read data from the OPC UA server. If you want to read data types from the OPC UA server, please use the ReadAllNodeDatatypes method.

Kassl GmbH Copyright © 2024. All rights reserved.