Replies: 1 comment 1 reply
-
The resulting list should be the same size and the indices should correspond to those of the request. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
List list = .....;
CompletableFuture<List> readValues = connect.readValues(0.0, Both, list);
Is it possible the each count of NodeId list and DataValue list are different, and how can I correspondence these NodeId and DataValue one to one?
Beta Was this translation helpful? Give feedback.
All reactions