nn::pl::CTR::GetStepHistoryAll Function

Syntax

nn::Result GetStepHistoryAll(
     PedometerHistoryHeader & header,
     PedometerHistoryData & data
);

Parameters

Name Description
out header Stores header information for the obtained step count entry.
out data Stores information for the obtained step count entry.

Return Values

Returns the function's execution result. Returns one of the Result values listed below.
Value Description
ResultIsWriting A step count merge operation is currently running. Try again later.

Description

Gets all step count data saved by the library.

The order of the monthInfo data fields obtained from header is the same for PedometerMonthData.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL