Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[milo-dev] [Q] How to browse AddressSpace

Hi Kevin,

I have one question about browsing AddressSpace.

(1) My tool search AddressSpace using OpcUaClient#browse(),browseNext() and
continuationPoint with the first NodeId and depth specified.

---> List<NodeId> browseNode(NodeId root, int current, int depth);

(2) On the other hand, looking at the following code, it seems that AddressSpace#browse()
and browseNode() are used.

https://github.com/eclipse/milo/blob/master/milo-examples/client-examples/src/main/java/org/eclipse/milo/examples/client/BrowseAsyncExample.java

Which is recommended? Or what is the difference?

Regards,

--Shigeru


Back to the top