nn::boss::NsDataIdInfoList Structure

Syntax

struct NsDataIdInfoList
{
   u16 size;
   u16 lastIndex;
   u32 lastSerial;
   u32 * pSerial;
   size_t serialSize;
};

Description

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

Member Variables

size Valid number of serial IDs.
lastIndex Last index number obtained.
lastSerial Last serial ID obtained.
pSerial Pointer to memory region storing serial ID list.
serialSize Number of elements in memory region storing serial ID list.

CONFIDENTIAL