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.ota.dfu
/
DfuException
/
ChecksumMismatch
Checksum
Mismatch
class
ChecksumMismatch
(
expected
:
Int
,
actual
:
Int
)
:
DfuException
(
source
)
CRC-32 of the transferred data does not match the device's computed checksum.
Members
Constructors
Checksum
Mismatch
Link copied to clipboard
constructor
(
expected
:
Int
,
actual
:
Int
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?