nn::boss::Action Enumerated Type

Syntax

enum Action;

Value

Value Description
ENUM_ACTION_START 0: (This enumerator is used for internal processing. It cannot be used from the application.)
DOWNLOAD_TASK 1: RAW download task.
NSA_DOWNLOAD_TASK 2: NSA download task.
UPLOAD_TASK 3: Upload task.
SIGNAL_TASK 4: Signal task.
CONFIG_UPLOAD_TASK 5: Structure information upload.
PLAYHISTORY_UPLOAD_TASK 6: Upload play history.
PEDOMETER_UPLOAD_TASK 7: Upload pedometer history.
TASKINFO_UPLOAD_TASK 8: Upload BOSS task information.
STREETPASSLOG_UPLOAD_TASK 9: Upload StreetPass log.
DATASTORE_DOWNLOAD_TASK 10: Download DataStore.
DATASTORE_UPLOAD_TASK 11: Upload DataStore.
ENUM_ACTION_END 12: (This enumerator is used for internal processing. It cannot be used from the application.)
ACTION_MAX_VALUE (This enumerator is used for internal processing. It cannot be used from the application.)

Description

Constants specifying task actions. (The numeric value at the start of the description for each numerator is the value of that numerator.)

Revision History

2010/09/16
Initial version.

CONFIDENTIAL