nn::hid::CTR::DebugPadReader::Read Member Function
void Read(
DebugPadStatus * pBufs,
s32 * pReadLen,
s32 bufLen
);
| Name | Description | |
|---|---|---|
| out | pBufs | Loads sampling data in order, starting with the newest data. |
| out | pReadLen | Number of data samples that were loaded. |
| in | bufLen | Specifies the number of data samples to load into pBufs. |
Reads sampling data from the debug pad in sequence, starting with the latest samples. Does not load any data that was previously loaded.
The maximum number of data samples that can be loaded is the seven most recent instances (MAX_READ_NUM).
CONFIDENTIAL