UA Server SDK C++ Bundle  1.4.1.271
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
UaNetworkBrowser Class Reference

Platform independent class for navigating through the network. More...

#include <uanetworkbrowser.h>

Public Member Functions

 UaNetworkBrowser ()
 Constructs a network browser object. More...
 
 ~UaNetworkBrowser ()
 Destroys the network browser object.
 
UaStatus browse (const UaString &startingNode, UaNetworkBrowseResults &browseResults)
 Operating system independent browse method used to navigate through the network nodes. More...
 

Detailed Description

Platform independent class for navigating through the network.

Constructor & Destructor Documentation

UaNetworkBrowser::UaNetworkBrowser ( )

Constructs a network browser object.

Member Function Documentation

UaStatus UaNetworkBrowser::browse ( const UaString startingNode,
UaNetworkBrowseResults browseResults 
)

Operating system independent browse method used to navigate through the network nodes.

The hirarchy and the number of nodes returned depends on the operating system capabilities and the network setup.

Parameters
[in]startingNodeStarting node for the network browsing. This is the node name returned from a previous browse call or an empty string for root.
[out]browseResultsReturns a list of browse results containing the result data in a list of UaNetworkBrowseResult objects.

The documentation for this class was generated from the following files: