nn::pl::CTR::PedometerHistoryHeader Structure

Syntax

struct PedometerHistoryHeader
{
   s32 version;
   u32 totalStepCount;
   nn::fnd::DateTime startRecordTime;
   PedometerMonthHeader monthInfo[MAX_MONTHHISTORIES];
};

Description

Structure that indicates the header information for step count data.

You can get this by calling GetStepHistoryAll, but you only need to use it for the totalStepCount and monthInfo members.

Member Variables

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.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL