-
Notifications
You must be signed in to change notification settings - Fork 230
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels