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#Copypublic class HeartRateMonitorDataUpdatedEventArgs : EventArgs
- Inheritance
Properties
Declaration
C#Copypublic int HeartRate { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The heart rate. |