nn::pl::CTR::GetStepHistory Function

Syntax

void GetStepHistory(
     u16 pStepCounts[],
     s32 numHours,
     nn::fnd::DateTime start
);

Arguments

Name Description
out pStepCounts[] Stores the obtained number of steps.
in numHours Specifies the hours to get.
in start Specifies the starting date and time for the period to get.

Return Values

None.

Description

Gets the number of steps recorded for each hour.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL