Z T Scan Record
data class ZTScanRecord(device: RxBleDevice, rssi: Int, advertisingData: ByteArray)
Content copied to clipboard
Represents a record emitted by the ZTScanner.
Author
Alexandre Lemoult <a.lemoult@zhortech.com>
Constructors
ZTScanRecord
Link copied to clipboard
fun ZTScanRecord(device: RxBleDevice, rssi: Int, advertisingData: ByteArray)
Content copied to clipboard