ZTScanRecord

data class ZTScanRecord(device: RxBleDevice, rssi: Int, advertisingData: ByteArray)

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)

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int

Properties

advertisingData
Link copied to clipboard
val advertisingData: ByteArray
The raw advertising data
device
Link copied to clipboard
val device: RxBleDevice
The RxBleDevice instance
macAddress
Link copied to clipboard
val macAddress: String
The MAC address of the device
name
Link copied to clipboard
val name: String?
The device name
rssi
Link copied to clipboard
val rssi: Int
The signal Rssi in dBm