interface DfuImage {
    body: Buffer;
    header: Buffer;
    type: DfuImageType;
}

Properties

Properties

body: Buffer
header: Buffer