nn::pl::CTR::GetStepHistoryAll Function

Syntax

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

Arguments

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

Return Values

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

Description

Gets all step count data saved by the library.

The entry information in the monthInfo field of the obtained header corresponds to the alignment of the PedometerMonthData field in data.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL