DfuProgressListenerAdapter class abstract

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDeviceConnected(String deviceAddress) → void
onDeviceConnecting(String deviceAddress) → void
onDeviceDisconnected(String deviceAddress) → void
onDeviceDisconnecting(String deviceAddress) → void
onDfuAborted(String deviceAddress) → void
onDfuCompleted(String deviceAddress) → void
onDfuProcessStarted(String deviceAddress) → void
onDfuProcessStarting(String deviceAddress) → void
onEnablingDfuMode(String deviceAddress) → void
onError(String deviceAddress, int error, int errorType, String message) → void
onFirmwareValidating(String deviceAddress) → void
onProgressChanged(String deviceAddress, int percent, double speed, double avgSpeed, int currentPart, int partsTotal) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited