nn::boss::StepIdInfoList Structure

Syntax

struct StepIdInfoList
{
   u16 size;
   u8 StepID[MAX_TASK_ID];
};

Description

Definition of an internal structure that maintains attribute information for the StepIdList class.

Member Variables

size Valid size of the task step ID list.
StepID The task step ID list.

CONFIDENTIAL