Class HeartRateMonitorDataUpdatedEventArgs

Definition

Namespace:
Tizen.Sensor
Assembly:
Tizen.Sensor.dll
API Level:
3

The HeartRateMonitor changed event arguments class is used for storing the data returned by a heart rate monitor.

C#
Copy
public class HeartRateMonitorDataUpdatedEventArgs : EventArgs
Inheritance
HeartRateMonitorDataUpdatedEventArgs

Properties

View Source

HeartRate

Gets the value of the heart rate.

Declaration
C#
Copy
public int HeartRate { get; }
Property Value
Type Description
System.Int32

The heart rate.

API Level: 3