Browse subnodes of an ex Folder node in a server?

Questions regarding the use of the ANSI C SDK for Server or Client development or integration into customer products ...

Moderator: uasdkc

Post Reply
thatsenough
Jr. Member
Jr. Member
Posts: 2
Joined: 14 Apr 2020, 20:52

Browse subnodes of an ex Folder node in a server?

Post 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?

thatsenough
Jr. Member
Jr. Member
Posts: 2
Joined: 14 Apr 2020, 20:52

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

Post by thatsenough »

Never mind :) I found it using OpcUa_BaseNode_GetReferences()

Post Reply