Timeout

data class Timeout(val message: String = "DFU operation timed out") : Exception, DfuError

A DFU command did not receive a response within the configured DfuOptions.commandTimeout.

Constructors

Link copied to clipboard
constructor(message: String = "DFU operation timed out")

Properties

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