nn::boss::StepIdInfoList Structurestruct StepIdInfoList
{
u16 size;
u8 StepID[MAX_TASK_ID];
};
Definition of an internal structure that maintains attribute information for the StepIdList class.
| size | u16 | Valid size of the task step ID list. | |
|---|---|---|---|
StepID
|
u8 | The task step ID list. |
CONFIDENTIAL