ChecksumMismatch

class ChecksumMismatch(expected: Int, actual: Int) : DfuException(source)

CRC-32 of the transferred data does not match the device's computed checksum.

Constructors

Link copied to clipboard
constructor(expected: Int, actual: Int)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?