Class BleHrClient.HrNotificationData
-
- All Implemented Interfaces:
public final class BleHrClient.HrNotificationDataHeart rate data received from BLE Heart Rate Service.
-
-
Method Summary
Modifier and Type Method Description final IntegergetHrValue()heart rate in BPM (beats per minute) final BooleangetSensorContact()true if the sensor has contact (with a measurable surface e.g. final IntegergetEnergy()the accumulated energy expended in kilo Joules since the last time it was reset. final List<Integer>getRrs()list of RR-intervals represented by 1/1024 second as unit. final List<Integer>getRrsMs()list of RRs in milliseconds. final BooleangetSensorContactSupported()true if the sensor supports sensorContact final BooleangetRrPresent(): true if RR data is available in this sample -
-
Method Detail
-
getHrValue
final Integer getHrValue()
heart rate in BPM (beats per minute)
-
getSensorContact
final Boolean getSensorContact()
true if the sensor has contact (with a measurable surface e.g. skin)
-
getEnergy
final Integer getEnergy()
the accumulated energy expended in kilo Joules since the last time it was reset.
-
getRrs
final List<Integer> getRrs()
list of RR-intervals represented by 1/1024 second as unit. The interval with index 0 is older then the interval with index 1.
-
getRrsMs
final List<Integer> getRrsMs()
list of RRs in milliseconds. The interval with index 0 is older then the interval with index 1.
-
getSensorContactSupported
final Boolean getSensorContactSupported()
true if the sensor supports sensorContact
-
getRrPresent
final Boolean getRrPresent()
: true if RR data is available in this sample
-
-
-
-