nn::boss::NsaDownloadAction::GetProperty Member Functionvirtual nn::Result GetProperty( PropertyType type, void * pValue, size_t size );
| Name | Description | |
|---|---|---|
| in | type | Specifies the property identifier. |
| out | pValue | Specifies the value. |
| in | size | Specifies the value size. |
Gets a property value from 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
CONFIDENTIAL