nifay.motec-parser.1.0.source-code.Vehicle.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of motec-parser Show documentation
Show all versions of motec-parser Show documentation
Kotlin parser for Motec files
The newest version!
data class Vehicle(
val id: String,
val unknown1: ByteArray,
val weight: Int,
val type: String,
val comment: String
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy