Reads value of DataType attribute of multiple nodes, using array of argument objects as an input.
Parameters
- client
- The client object that will perform the operation.
- nodeArgumentsArray
- Array of OpcLabs.EasyOpc.UA.OperationModel.UANodeArguments. Array of argument objects specifying what to read from an OPC-UA server.
Return Value
Array of
OpcLabs.BaseLib.OperationModel.Generic.ValueResult<T>. Returns an array of value objects. Each object contains the actual value of an attribute. The indices of elements in the output array are the same as those in the input array, .
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also