Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-model
/
org.meshtastic.core.model
/
EraseImageEntry
Erase
Image
Entry
@
Serializable
data
class
EraseImageEntry
(
val
fileName
:
String
,
val
sha256
:
String
,
val
expectedFirstTargetAddress
:
Long
?
=
null
)
(
source
)
Members
Constructors
Erase
Image
Entry
Link copied to clipboard
constructor
(
fileName
:
String
,
sha256
:
String
,
expectedFirstTargetAddress
:
Long
?
=
null
)
Properties
expected
First
Target
Address
Link copied to clipboard
@
SerialName
(
value
=
"expectedFirstTargetAddress"
)
val
expectedFirstTargetAddress
:
Long
?
file
Name
Link copied to clipboard
@
SerialName
(
value
=
"fileName"
)
val
fileName
:
String
sha256
Link copied to clipboard
@
SerialName
(
value
=
"sha256"
)
val
sha256
:
String