Overload | Description |
---|---|
ReadMultipleValues(IEasyUAClient,UAReadArguments[]) | Reads values of multiple attributes. Reads values of multiple attributes, using array of argument objects as an input. |
ReadMultipleValues(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,UAAttributeId[]) | Reads values of multiple attributes. Reads values of multiple attributes of the same node, using array of attribute IDs as an input. |
ReadMultipleValues(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor[]) | Reads values of multiple attributes. Reads values of the Value attribute of multiple nodes, using array of node descriptors as an input. |