nn::pl::CTR::PedometerMonthHeader Structure

Syntax

struct PedometerMonthHeader
{
   u16 unusedCounter;
   s16 year;
   s16 month;
};

Description

Structure storing the year and month of the pedometer entry.

Corresponds to the pedometer entry obtained by calling GetStepHistoryAll.

Member Variables

unusedCounter A value of INVALID_COUNTER indicates that this entry is not used.
year This entry's year.
month This entry's month.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL