TruckSim-Telemetry-Kotlin
1.1
jvm
TruckSim-Telemetry-Kotlin
/
scs_sdk.model.truck.transmission
/
CruiseControl
Cruise
Control
data
class
CruiseControl
(
val
value
:
Long
,
val
isEnabled
:
Boolean
)
Class to hold data from cruise control
Author
Felipe Gonzalez
Members
Constructors
Cruise
Control
Link copied to clipboard
constructor
(
value
:
Long
,
isEnabled
:
Boolean
)
Properties
is
Enabled
Link copied to clipboard
val
isEnabled
:
Boolean
value
Link copied to clipboard
val
value
:
Long