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

jsMain.dev.bluefalcon.BluetoothCharacteristic.kt Maven / Gradle / Ivy

package dev.bluefalcon

actual class BluetoothCharacteristic {
    actual val name: String?
        get() = TODO("not implemented") //To change initializer of created properties use File | Settings | File Templates.
    actual val value: ByteArray?
        get() = TODO("not implemented") //To change initializer of created properties use File | Settings | File Templates.
    actual val descriptors: List
        get() = TODO("not implemented")
}

actual class BluetoothCharacteristicDescriptor




© 2015 - 2025 Weber Informatics LLC | Privacy Policy