nn::boss::TaskAction::GetProperty Member Function

Syntax

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

Arguments

Name Description
type
pValue
size
in PropertyType Specifies the type property identifier.
in void * Specifies a pValue value.
in size_t Specifies the size of the size value.

Return Values

Returns the result of the operation.

Description

Gets a property value from the class. Can be used for the following properties.
Identifier type
ACTION_URL char url[MAX_URL_LENGTH]
ACTION_OFFSET u32
ACTION_FILEPATH char filepath [MAX_FILEPATH_LENGTH]
ACTION_FILEPATH_W wchar_t filePathW[MAX_FILEPATH_LENGTH]
ACTION_FILE_HANDLE nn::Handle
ACTION_HTTP_HEADER struct httpRequestHeader[MAX_HTTP_HEADER]
ACTION_CLIENT_CERT u8
ACTION_ROOT_CA u8
ACTION_AP_INFO ApInfoType
SIGNAL_TASK_EVENT nn::os::Event*

Revision History

2010/09/16
Initial version.

CONFIDENTIAL