KScanRecord

data class KScanRecord(val deviceName: String?, val deviceAddress: String, val rawBytes: ByteArray, val rssi: Int)

Constructors

Link copied to clipboard
fun KScanRecord(deviceName: String?, deviceAddress: String, rawBytes: ByteArray, rssi: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val rssi: Int