nn::boss::NsaDownloadAction::SetProperty Member Function

Syntax

virtual nn::Result SetProperty(
     PropertyType type,
     void * pValue,
     size_t size
);

Arguments

Name Description
in type Specifies the property identifier.
in pValue Specifies the value.
in size Specifies the value size.

Return Values

Returns the result of the operation.

Description

Sets a property value in the class. Can be used for the following properties.
Identifier type
ACTION_URL char url[MAX_URL_LENGTH]
ACTION_AP_INFO u8
ACTION_HTTP_HEADER struct httpRequestHeader[MAX_HTTP_HEADER]
ACTION_CLIENT_CERT u8
ACTION_ROOT_CA u8

Revision History

2010/09/16
Initial version.

CONFIDENTIAL