nn::boss::ApplicationIdInfoList Structure

Syntax

struct ApplicationIdInfoList
{
   u16 size;
   AppIdType appId[MAX_APPLICATION_ID];
};

Description

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

Member Variables

size Valid size of the application ID list.
appId The application ID list.

CONFIDENTIAL