Package com.polar.sdk.api.model
Class PolarHrBroadcastData
-
- All Implemented Interfaces:
public final class PolarHrBroadcastData
For 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 PolarDeviceInfo
polarDeviceInfo
private final Integer
hr
private final Boolean
batteryStatus
-
Constructor Summary
Constructors Constructor Description PolarHrBroadcastData(PolarDeviceInfo polarDeviceInfo, Integer hr, Boolean batteryStatus)
-
Method Summary
Modifier and Type Method Description final PolarDeviceInfo
getPolarDeviceInfo()
Device information final Integer
getHr()
Heart rate in beats per minute. final Boolean
getBatteryStatus()
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.
-
-
-
-