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