QualifiedName¶
Canonical path: o6.QualifiedName
QualifiedName
¶
OPC UA QualifiedName: the (namespace, name) BrowseName pair.
A BrowseName carries what a node is, locale-independently, so the same
QualifiedName names the same idea on every server while the underlying
NodeId may differ. It is not unique: several nodes can
share one.
Besides the (ns, name) pair, it parses from a single string, where the
namespace may be an index ("1:Pump"), a shortname
("ns=di;DeviceSet"), or a URI ("nsu=http://…/UA/DI/;DeviceSet").