NotConnected

data class NotConnected(val message: String = "Peripheral is not connected") : Exception, DfuError

Peripheral was not in Connected state when the DFU started.

Constructors

Link copied to clipboard
constructor(message: String = "Peripheral is not connected")

Properties

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