nn::nex::StationURL::SetAddress Member Function

Syntax

qBool SetAddress(
     const qChar * strAddress
);

Parameters

Name Description
in strAddress Address used by this StationURL. This can be specified with either text or numerals (example: "www.quazal.com" or "192.168.10.1").

Return Values

Description

Sets the address used by this StationURL.

If the address and port number are not specified by the constructor, they can be set after using this function.

Revision History

2012/01/26
Initial version.

CONFIDENTIAL