Data structure for DFU state events, see DfuEventMap.

interface DfuStateEvent {
    state: DfuState;
    targetId: DfuTargetId;
}

Properties

Properties

state: DfuState

New state of the DFU operations.

targetId: DfuTargetId

Identifier of the target device.

Generated using TypeDoc