Skip to content

Get NodeID from BrowseName #216

@WanoKimano

Description

@WanoKimano

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions