NsDataIdList

nn::boss::NsDataIdList::NsDataIdList Constructor

Syntax

explicit NsDataIdList(
     u32 * pSerial,
     u16 size
);

Parameters

Name Description
in pSerial Specifies a pointer to a buffer storing the list. The pSerial memory region stores NS data for any function that uses the NsDataIdList class, such as GetNsDataIdList, so be sure the application keeps this region allocated.
in size Specifies the number of elements in the region.

Description

Constructor.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL