Package com.polar.sdk.api.model
Class PolarHrBroadcastData
-
- All Implemented Interfaces:
public final class PolarHrBroadcastDataFor broadcasting heart rate data with signal strength and device info. Useful when using multiple sensors.
-
-
Field Summary
Fields Modifier and Type Field Description private final PolarDeviceInfopolarDeviceInfoprivate final Integerhrprivate final BooleanbatteryStatus
-
Constructor Summary
Constructors Constructor Description PolarHrBroadcastData(PolarDeviceInfo polarDeviceInfo, Integer hr, Boolean batteryStatus)
-
Method Summary
Modifier and Type Method Description final PolarDeviceInfogetPolarDeviceInfo()Device information final IntegergetHr()Heart rate in beats per minute. final BooleangetBatteryStatus()Device battery status. -
-
Constructor Detail
-
PolarHrBroadcastData
PolarHrBroadcastData(PolarDeviceInfo polarDeviceInfo, Integer hr, Boolean batteryStatus)
-
-
Method Detail
-
getPolarDeviceInfo
final PolarDeviceInfo getPolarDeviceInfo()
Device information
-
getBatteryStatus
final Boolean getBatteryStatus()
Device battery status. False if the battery needs to be replaced or recharged.
-
-
-
-