NiimBlueLib Docs
GitHub
Preparing search index...
API
FirmwareProgressEvent
Class FirmwareProgressEvent
Fired on firmware upload progress during
Abstraction.firmwareUpgrade
.
Hierarchy (
View Summary
)
NiimbotEvent
FirmwareProgressEvent
Index
Constructors
constructor
Properties
current
Chunk
total
Chunks
type
Constructors
constructor
new
FirmwareProgressEvent
(
currentChunk
:
number
,
totalChunks
:
number
,
)
:
FirmwareProgressEvent
Parameters
currentChunk
:
number
totalChunks
:
number
Returns
FirmwareProgressEvent
Properties
Readonly
current
Chunk
currentChunk
:
number
Readonly
total
Chunks
totalChunks
:
number
Readonly
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
current
Chunk
total
Chunks
type
GitHub
NiimBlueLib Docs
Loading...
Fired on firmware upload progress during Abstraction.firmwareUpgrade.