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 the entire pedometer step history stored by the library.

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

Revision History

2010/11/10
Initial version.

CONFIDENTIAL