The maximum number of references the server should return
per browse result. If the server has more, it returns a
continuation point to retrieve the rest with browseNext().
a Boolean parameter with the following values:
* true passed continuationPoints shall be reset to free resources in
the Server. The continuation points are released and the results
and diagnosticInfos arrays are empty.
* false passed continuationPoints shall be used to get the next set of
browse information.
A Client shall always use the continuation point returned by a Browse or
BrowseNext response to free the resources for the continuation point in the
Server. If the Client does not want to get the next set of browse information,
BrowseNext shall be called with this parameter set to true.
Browse service — navigate the OPC UA address space.
The
browse()andbrowseNext()methods are inherited from node-opcua-pseudo-session!IBasicSessionBrowse.