nn::nex::Station::GetStationURL Member Function

Syntax

const qChar * GetStationURL(
     qInt iIndex
) const;

Parameters

Name Description
in iIndex Index of the URL list that you want to get.

Return Values

The string that represents the URL.

Description

Gets the URL as a string 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 only one of them.

The first element stores the global URL, which is the one that can be used on external lines. In other words, GetStationURL(0) can get the string for the global URL.

If a parameter other than 1-4 is specified, the function always returns an empty string.

If you want to get multiple URLs at the same time, use the GetStationURLs function.

See Also

GetStationURLs

Revision History

2012/05/15
Initial version.

CONFIDENTIAL