nn::boss::TaskAction Class

Syntax

class TaskAction : public nn::boss::TaskActionBase

Description

Class for representing task actions. This is the base class for specific task action classes such as NADL tasks. You can also directly generate an instance and use it to get information about task actions for a specific task.

Member Functions

TaskAction Constructor.
V ~TaskAction Destructor.
V GetProperty Gets a property value from the class. It 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*

Class Hierarchy

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

Revision History

2010/09/16
Initial version.

CONFIDENTIAL