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 s32 Version information.
totalStepCount u32 Total number of steps. Same as the value obtained from the GetTotalStepCount function.
startRecordTime nn::fnd::DateTime Previous timestamp.
monthInfo PedometerMonthHeader Year and month of the step count entry.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL