Skip to main content

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

Thank you for the explanation.
It is helpful.

2019年8月27日(火) 23:11 Kevin Herron <kevinherron@xxxxxxxxx>:
Shigeru,

Your code is fine. The examples are just another way to do browsing via the higher level API. In fact, your code will be more efficient. Those APIs use the OpcUaClinet#browse() underneath anyway.

On Mon, Aug 26, 2019 at 10:09 PM shigeru ishida <s5u.ishida@xxxxxxxxx> wrote:
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

_______________________________________________
milo-dev mailing list
milo-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/milo-dev
_______________________________________________
milo-dev mailing list
milo-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/milo-dev

Back to the top