TruckSim-Telemetry-Kotlin
1.1
jvm
TruckSim-Telemetry-Kotlin
/
scs_sdk.model.truck
/
LiftAxle
Lift
Axle
data
class
LiftAxle
(
val
isLiftAxleEnabled
:
Boolean
,
val
isIndicatorEnabled
:
Boolean
)
Class related to truck lift axle
Author
Felipe Gonzalez
Members
Constructors
Lift
Axle
Link copied to clipboard
constructor
(
isLiftAxleEnabled
:
Boolean
,
isIndicatorEnabled
:
Boolean
)
Properties
is
Indicator
Enabled
Link copied to clipboard
val
isIndicatorEnabled
:
Boolean
is
Lift
Axle
Enabled
Link copied to clipboard
val
isLiftAxleEnabled
:
Boolean