Class PedometerDataUpdatedEventArgs
Definition
- Assembly:
- Tizen.Sensor.dll
The Pedometer changed event arguments class is used for storing the data returned by a pedometer.
public class PedometerDataUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsPedometerDataUpdatedEventArgs
Properties
View SourceCalorieBurned
Gets the calorie burned.
Declaration
public float CalorieBurned { get; }
Property Value
Type | Description |
---|---|
float | The calorie burned. |
LastSpeed
Gets the last speed.
Declaration
public float LastSpeed { get; }
Property Value
Type | Description |
---|---|
float | The last speed. |
LastSteppingFrequency
Gets the last stepping frequency.
Declaration
public float LastSteppingFrequency { get; }
Property Value
Type | Description |
---|---|
float | The last stepping frequency. |
LastStepStatus
Gets the last step status.
Declaration
public PedometerState LastStepStatus { get; }
Property Value
Type | Description |
---|---|
PedometerState | The last stepping status. |
MovingDistance
Gets the moving distance.
Declaration
public float MovingDistance { get; }
Property Value
Type | Description |
---|---|
float | The moving distance. |
RunStepCount
Gets the running step count.
Declaration
public uint RunStepCount { get; }
Property Value
Type | Description |
---|---|
uint | The run step count. |
StepCount
Gets the step count.
Declaration
public uint StepCount { get; }
Property Value
Type | Description |
---|---|
uint | The step count. |
WalkStepCount
Gets the walking step count.
Declaration
public uint WalkStepCount { get; }
Property Value
Type | Description |
---|---|
uint | The walk step count. |