probe-web / @probe-web/client / index / FlashJob
Interface: FlashJob
Defined in: index.ts:189
An image to program with Session.flash or check with Session.verify.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
image | | string | ArrayBuffer | Uint8Array<ArrayBufferLike> | Promise<Uint8Array<ArrayBufferLike>> | Blob | Image bytes, a Blob, a URL to fetch, or a promise of bytes. | index.ts:191 |
name? | string | Name used for upload caching and logs. Defaults to the URL, or image. | index.ts:193 |
format? | FormatName | How to read the image; defaults to target. | index.ts:195 |
baseAddress? | number | bigint | For bin images: where to place them (default: first NVM region). | index.ts:197 |
skip? | number | For bin images: bytes to skip at the start. | index.ts:199 |
options? | Partial<DownloadOptionsInput> | Programming options; anything omitted takes the default listed on DownloadOptionsInput. | index.ts:201 |