UaNetworkBrowser Class Reference
[UA Base Library Classes]

#include <uanetworkbrowser.h>

List of all members.

Public Member Functions

 UaNetworkBrowser ()
 ~UaNetworkBrowser ()
UaStatus browse (const UaString &startingNode, UaNetworkBrowseResults &browseResults)

Detailed Description

Platform independent class for navigating through the network.


Constructor & Destructor Documentation

UaNetworkBrowser::UaNetworkBrowser (  )

Constructs a network browser object.

UaNetworkBrowser::~UaNetworkBrowser (  )

Destroys the 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 file:
  • /home/buildbot/work/uasdkcpp/src/uabase/uabasecpp/uanetworkbrowser.h