nn::pl::CTR::PedometerHistoryHeader Structurestruct PedometerHistoryHeader
{
s32 version;
u32 totalStepCount;
nn::fnd::DateTime startRecordTime;
PedometerMonthHeader monthInfo[MAX_MONTHHISTORIES];
};
Structure storing the header information of the pedometer data.
You can get this by calling GetStepHistoryAll, but you only need to use it for the totalStepCount and monthInfo members.
| version | Version information. | |
|---|---|---|
| totalStepCount | Total number of steps. Same as the value obtained from the GetTotalStepCount function. |
|
| startRecordTime | Previous timestamp. | |
| monthInfo | Year and month of the pedometer entry. |
CONFIDENTIAL