parser
Toggle table of contents
0.3-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
parser
parser
/
dev.hossain.timeline.model.edits
/
WifiDevice
Wifi
Device
@
JsonClass
(
generateAdapter
=
true
)
data
class
WifiDevice
(
@
Json
(
name
=
"mac"
)
val
mac
:
String
,
@
Json
(
name
=
"rawRssi"
)
val
rawRssi
:
Int
)
Members
Constructors
Wifi
Device
Link copied to clipboard
constructor
(
@
Json
(
name
=
"mac"
)
mac
:
String
,
@
Json
(
name
=
"rawRssi"
)
rawRssi
:
Int
)
Properties
mac
Link copied to clipboard
val
mac
:
String
The mac address of the wifi device.
raw
Rssi
Link copied to clipboard
val
rawRssi
:
Int
The raw RSSI of the wifi device.