TruckSim-Telemetry-Kotlin
1.1
jvm
TruckSim-Telemetry-Kotlin
/
scs_sdk.model.truck.brakes
/
Brakes
Brakes
data
class
Brakes
(
val
retarder
:
Retarder
,
val
airPressure
:
AirPressure
,
val
temperature
:
Float
,
val
isParkingBrakeActive
:
Boolean
,
val
isMotorBreakActive
:
Boolean
)
Class that hold brake information
Author
Felipe Gonzalez
Members
Constructors
Brakes
Link copied to clipboard
constructor
(
retarder
:
Retarder
,
airPressure
:
AirPressure
,
temperature
:
Float
,
isParkingBrakeActive
:
Boolean
,
isMotorBreakActive
:
Boolean
)
Properties
air
Pressure
Link copied to clipboard
val
airPressure
:
AirPressure
is
Motor
Break
Active
Link copied to clipboard
val
isMotorBreakActive
:
Boolean
is
Parking
Brake
Active
Link copied to clipboard
val
isParkingBrakeActive
:
Boolean
retarder
Link copied to clipboard
val
retarder
:
Retarder
temperature
Link copied to clipboard
val
temperature
:
Float