toggle menu
Kotlin-BLE-Library
androidJvm
switch theme
search in API
profile
/
no.nordicsemi.android.kotlin.ble.profile.hrs.data
/
HRSData
HRSData
data
class
HRSData
(
val
heartRate
:
Int
,
val
sensorContact
:
Boolean
,
val
energyExpanded
:
Int
?
,
val
rrIntervals
:
List
<
Int
>
)
Members
Constructors
HRSData
Link copied to clipboard
constructor
(
heartRate
:
Int
,
sensorContact
:
Boolean
,
energyExpanded
:
Int
?
,
rrIntervals
:
List
<
Int
>
)
Properties
energy
Expanded
Link copied to clipboard
val
energyExpanded
:
Int
?
heart
Rate
Link copied to clipboard
val
heartRate
:
Int
rr
Intervals
Link copied to clipboard
val
rrIntervals
:
List
<
Int
>
sensor
Contact
Link copied to clipboard
val
sensorContact
:
Boolean