All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nifay.motec-parser.1.0.source-code.Vehicle.kt Maven / Gradle / Ivy

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