Type alias FlashReadCallback

FlashReadCallback: ((packet, progress, totalSize) => void) | null

Flash read callback function type

Type declaration

    • (packet, progress, totalSize): void
    • Parameters

      • packet: Uint8Array
      • progress: number
      • totalSize: number

      Returns void

Param

Packet data

Param

Progress number

Param

Total size number

Generated using TypeDoc