toggle menu
Kotlin-BLE-Library
androidJvm
switch theme
search in API
profile
/
no.nordicsemi.android.kotlin.ble.profile.rscs.data
Package-level
declarations
Types
Types
RSCSData
Link copied to clipboard
data
class
RSCSData
(
val
running
:
Boolean
=
false
,
val
instantaneousSpeed
:
Float
=
1.0f
,
val
instantaneousCadence
:
Int
=
0
,
val
strideLength
:
Int
?
=
null
,
val
totalDistance
:
Long
?
=
null
)