nn::boss::StepIdInfoList

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 u16 Valid size of the task step ID list.
stepId u8 The task step ID list.

CONFIDENTIAL