Page 1 of 1

Browse subnodes of an ex Folder node in a server?

Posted: 16 Apr 2020, 13:30
by thatsenough
Hi
I'm trying to figure out how to browse thru all the "subnodes" of a given folder-node (or any other node for that matter)? What is the preferred method in the Ansi C SDK? I found some methods in the .NET by using FindInMemoryNodes or Server.InternalClient but I cannot find anything similar for the Ansi C SDK. Anybody got a clue?
I'm in a situation where I don't necessarily know all the nodes (of course I could track them myself as they are being created) but can it really be true that the SDK doesn't have any method for doing that?

Re: Browse subnodes of an ex Folder node in a server?

Posted: 16 Apr 2020, 14:22
by thatsenough
Never mind :) I found it using OpcUa_BaseNode_GetReferences()