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

library.EcuConfig.kt Maven / Gradle / Ivy

Go to download

This is a kotlin based domain specific language (dsl), to quickly and intuitively write custom DoIP ECU simulations.

There is a newer version: 0.15.1
Show newest version
package library

open class EcuConfig(
    val name: String,
    val physicalAddress: Short,
    val functionalAddress: Short,
    val pendingNrcSendInterval: kotlin.time.Duration,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy