nn::boss::NsaDownloadAction Class

Syntax

class NsaDownloadAction : public nn::boss::TaskAction

Description

Class for representing NADL tasks. Use this to do such things as register NADL tasks.

Member Functions

NsaDownloadAction Constructor.
V ~NsaDownloadAction Destructor.
Initialize 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.
V SetProperty Sets a property value in the class. Call this function after allocating memory for the description's data type. It can be used for the following properties.
Identifier: Description
ACTION_URL: The target URL. The data type is char[MAX_URL_LENGTH].
V GetProperty Gets a property value from the class. Call this function after allocating memory for the description's data type. It can be used for the following properties.
Identifier: Description
ACTION_URL: The target URL. It has a data type of char[MAX_URL_LENGTH].
ACTION_HTTP_HEADER: A structure for URL option request headers. It has a data type of struct httpRequestHeader[MAX_HTTP_HEADER].
ACTION_CLIENT_CERT: The internal client certificate for HTTPS communication. It has a data type of nn::http::InternalClientCertId[MAX_CLIENT_CERT].
ACTION_CLIENT_CERT_NUM: The number of internal client certificates that have been set. Data type is u32.
ACTION_ROOT_CA: The internal root certificate for HTTPS communication. It has a data type of nn::http::InternalCaCertId.
ACTION_ROOT_CA_NUM: The number of internal root certificates to specify. Data type is u32.
ACTION_PRIVATE_CLIENT_CERT: Flag for enabling a private client certificate. It has a data type of u8.
ACTION_PRIVATE_ROOT_CA: Flag for enabling a private root certificate. It has a data type of u8.
ACTION_AP_INFO: Type of access point information for attaching AP information to an HTTP query. It has a data type of ApInfoType.

Class Hierarchy

nn::boss::TaskActionBase
  nn::boss::TaskAction
    nn::boss::NsaDownloadAction

Revision History

2010/09/16
Initial version.

CONFIDENTIAL