Overload | Description |
---|---|
ReadMultiple(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,UAAttributeId[]) | Reads values of multiple attributes. Reads multiple attributes of the same node, using array of attribute IDs as an input. |
ReadMultiple(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. |