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