Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
feature-firmware
/
org.meshtastic.feature.firmware
/
DfuInternalState
/
Progress
Progress
common
data
class
Progress
(
val
address
:
String
,
val
percent
:
Int
,
val
speed
:
Float
,
val
avgSpeed
:
Float
,
val
currentPart
:
Int
,
val
partsTotal
:
Int
)
:
DfuInternalState
(
source
)
Members
Constructors
Progress
Link copied to clipboard
common
constructor
(
address
:
String
,
percent
:
Int
,
speed
:
Float
,
avgSpeed
:
Float
,
currentPart
:
Int
,
partsTotal
:
Int
)
Properties
address
Link copied to clipboard
common
open
override
val
address
:
String
avg
Speed
Link copied to clipboard
common
val
avgSpeed
:
Float
current
Part
Link copied to clipboard
common
val
currentPart
:
Int
parts
Total
Link copied to clipboard
common
val
partsTotal
:
Int
percent
Link copied to clipboard
common
val
percent
:
Int
speed
Link copied to clipboard
common
val
speed
:
Float