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.
C#Copypublic class PedometerDataUpdatedEventArgs : EventArgs
- Inheritance
-
PedometerDataUpdatedEventArgs
Properties
Declaration
C#Copypublic float CalorieBurned { get; }
Property Value
Type | Description |
---|---|
Single | The calorie burned. |
API Level: 3
Declaration
C#Copypublic float LastSpeed { get; }
Property Value
Type | Description |
---|---|
Single | The last speed. |
API Level: 3
Declaration
C#Copypublic float LastSteppingFrequency { get; }
Property Value
Type | Description |
---|---|
Single | The last stepping frequency. |
API Level: 3
Declaration
C#Copypublic PedometerState LastStepStatus { get; }
Property Value
Type | Description |
---|---|
PedometerState | The last stepping status. |
API Level: 3
Declaration
C#Copypublic float MovingDistance { get; }
Property Value
Type | Description |
---|---|
Single | The moving distance. |
API Level: 3
Declaration
C#Copypublic uint RunStepCount { get; }
Property Value
Type | Description |
---|---|
UInt32 | The run step count. |
API Level: 3
Declaration
C#Copypublic uint StepCount { get; }
Property Value
Type | Description |
---|---|
UInt32 | The step count. |
API Level: 3
Declaration
C#Copypublic uint WalkStepCount { get; }
Property Value
Type | Description |
---|---|
UInt32 | The walk step count. |