nn::boss::ApplicationIdInfoList Structurestruct ApplicationIdInfoList
{
u16 size;
AppIdType appId[MAX_APPLICATION_ID];
};
Definition of an internal structure that maintains attribute information for the ApplicationIdList class.
| size | u16 | Valid size of the application ID list. | |
|---|---|---|---|
| appId | AppIdType | The application ID list. |
CONFIDENTIAL