nn::boss::NsaDownloadAction::Initialize Member Functionnn::Result Initialize( const char * pUrl );
| Name | Description | |
|---|---|---|
| in | pUrl | Specifies the URL for download. (Do not specify more than 511 characters.) |
Result values listed below. | Value | Description |
|---|---|
ResultSuccess |
Initialization successful. |
ResultInvalidUrl |
The URL string pointer is NULL or a zero-length string. |
| A value other than the above. | Unexpected error (see boss_Result.h for error details). |
Configures NSA download settings. This initialization makes it possible to reuse objects. It is not currently possible to determine whether the specified URL can actually be used. Note that any problems that occur when a task is actually run are treated as errors. Results may also vary depending on the access point to which you are connected.
CONFIDENTIAL