Preparing search index...
The search index is not available
esptool-js
esptool-js
FlashReadCallback
Type alias FlashReadCallback
Flash
Read
Callback
:
(
(
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
Packet data
Param: progress
Progress number
Param: totalSize
Total size number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
esptool-js
Loading...
Flash read callback function type