kmmbeacons
main
common
kmmbeacons
/
com.nextome.kmmbeacons.data
/
KScanRecord
KScan
Record
data
class
KScanRecord
(
val
deviceName
:
String
?
,
val
deviceAddress
:
String
,
val
rawBytes
:
ByteArray
,
val
rssi
:
Int
)
Constructors
Properties
Constructors
KScan
Record
Link copied to clipboard
fun
KScanRecord
(
deviceName
:
String
?
,
deviceAddress
:
String
,
rawBytes
:
ByteArray
,
rssi
:
Int
)
Properties
device
Address
Link copied to clipboard
val
deviceAddress
:
String
device
Name
Link copied to clipboard
val
deviceName
:
String
?
raw
Bytes
Link copied to clipboard
val
rawBytes
:
ByteArray
rssi
Link copied to clipboard
val
rssi
:
Int