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

commonMain.dev.datlag.kast.Device.kt Maven / Gradle / Ivy

The newest version!
package dev.datlag.kast

expect class Device {
    val name: String
    val type: DeviceType
    val connectionState: ConnectionState
    val isSelected: Boolean
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy