You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone! Sorry for my English
I am developing OPC UA Client for android.
To read node values im using NodeId (int namespace, int value) with NodeId identifier. How can i create NodeId with BrowseName?
For example:
ReadValueId(new NodeId(2, 11), Attributes.Value, null, null)); - it works
ReadValueId(new NodeId(2, "resist_leak"), Attributes.Value, null, null)) - it does'nt work
The text was updated successfully, but these errors were encountered:
Hello everyone! Sorry for my English
I am developing OPC UA Client for android.
To read node values im using NodeId (int namespace, int value) with NodeId identifier. How can i create NodeId with BrowseName?
For example:
ReadValueId(new NodeId(2, 11), Attributes.Value, null, null)); - it works
ReadValueId(new NodeId(2, "resist_leak"), Attributes.Value, null, null)) - it does'nt work
The text was updated successfully, but these errors were encountered: