Main Content
getAllChildren
Recursively retrieve all children of OPC UA server node
Description
returns all children of a given node as a vector of Node objects, including all children
recursively.childNodes
= getAllChildren(startNode
)
Note
This function is memory intensive. Use it only when necessary. Alternatively,
consider accessing the Children
property of the node, or searching
with browseNamespace
, findNodeByName
, or
findNodeById
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2015b