I am most likely missing something obvious.
Is there a way to get back the DisplayName of a Node alongside its Value?
I need to poll a few machines every X time to save some nodes values in a SQL DB, each machines having their details in an external file loaded as necessary.
Not much of an issue preparing the ReadValueId array, ading it to a ReadRequest and get the ReadResponse and everything works fine.
But the .Results property of the ReadResponse has no indication of what is the associated Node.
I can work around it, but if there is a built-in system it would make my life easier