nn::nex::Station::GetStationURLs Member Function

Syntax

void GetStationURLs(
     qList< StationURL > * plstURLs
) const;

Parameters

Name Description
out plstURLs Specifies a qList type pointer for storing the list of valid URLs for this station.

Return Values

None.

Description

Gets the valid StationURL list for this station.

The station can have a number of URLs, including a global URL for external lines and URLs for closed environments such as LANs. This function can get multiple URLs at the same time.

The first element stores the global URL, which is the one that can be used on external lines.

If you only want to get one URL, we recommend using the GetStationURL function.

See Also

GetStationURL

Revision History

2012/05/15
Changed to a const member function. Noted that a number of URLs exist.
2011/01/27
Initial version.

CONFIDENTIAL