toggle menu
Kotlin-BLE-Library
androidJvm
switch theme
search in API
profile
/
no.nordicsemi.android.kotlin.ble.profile.rscs.data
/
RSCSData
RSCSData
data
class
RSCSData
(
val
running
:
Boolean
=
false
,
val
instantaneousSpeed
:
Float
=
1.0f
,
val
instantaneousCadence
:
Int
=
0
,
val
strideLength
:
Int
?
=
null
,
val
totalDistance
:
Long
?
=
null
)
Members
Constructors
RSCSData
Link copied to clipboard
constructor
(
running
:
Boolean
=
false
,
instantaneousSpeed
:
Float
=
1.0f
,
instantaneousCadence
:
Int
=
0
,
strideLength
:
Int
?
=
null
,
totalDistance
:
Long
?
=
null
)
Properties
instantaneous
Cadence
Link copied to clipboard
val
instantaneousCadence
:
Int
=
0
instantaneous
Speed
Link copied to clipboard
val
instantaneousSpeed
:
Float
=
1.0f
running
Link copied to clipboard
val
running
:
Boolean
=
false
stride
Length
Link copied to clipboard
val
strideLength
:
Int
?
=
null
total
Distance
Link copied to clipboard
val
totalDistance
:
Long
?
=
null