nn::boss::TaskAction Classclass TaskAction : public nn::boss::TaskActionBase
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.
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* |
nn::boss::TaskActionBase
nn::boss::TaskAction
CONFIDENTIAL