void GetStationURLs( qList< StationURL > * plstURLs ) const;
Name | Description | |
---|---|---|
out | plstURLs | Specifies a qList type pointer for storing the list of valid URLs for this station. |
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.
const
member function. Noted that a number of URLs exist.
CONFIDENTIAL