IStepCounter Methods
The IStepCounter type exposes the following members.
| Name | Description | |
|---|---|---|
|
ActivateAsync |
Re-establishes the communication channel with underlying sensor, if it doesn't already exist.
Connection needs to be re-established when the application is brought to foreground.
(Inherited from ISensor.) |
|
DeactivateAsync |
Closes the communication channel with underlying sensor. Connection must be closed whenever application
is put to background.
(Inherited from ISensor.) |
|
GetCurrentReadingAsync |
Gets the current walking and running step counts since the last Motion Data reset.
|
|
GetStepCountAtAsync |
Gets the step count at given time.
|
|
GetStepCountForRangeAsync |
Gets the step count for given time range.
|
|
GetStepCountHistoryAsync |
Returns time ordered list of step counts during given time period.
|
Show: