nn::boss::ApplicationIdInfoList

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 u16 Valid size of the application ID list.
appId AppIdType The application ID list.

CONFIDENTIAL