Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-domain
/
org.meshtastic.core.domain.usecase.settings
/
PaxcountExport
Paxcount
Export
@
Serializable
data
class
PaxcountExport
(
val
wifi
:
Int
=
0
,
val
ble
:
Int
=
0
,
val
uptime
:
Int
=
0
)
(
source
)
Members
Constructors
Paxcount
Export
Link copied to clipboard
constructor
(
wifi
:
Int
=
0
,
ble
:
Int
=
0
,
uptime
:
Int
=
0
)
Properties
ble
Link copied to clipboard
val
ble
:
Int
uptime
Link copied to clipboard
val
uptime
:
Int
wifi
Link copied to clipboard
val
wifi
:
Int