Skip to content

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

PropertyTypeDescriptionDefined in
image| string | ArrayBuffer | Uint8Array<ArrayBufferLike> | Promise<Uint8Array<ArrayBufferLike>> | BlobImage bytes, a Blob, a URL to fetch, or a promise of bytes.index.ts:191
name?stringName used for upload caching and logs. Defaults to the URL, or image.index.ts:193
format?FormatNameHow to read the image; defaults to target.index.ts:195
baseAddress?number | bigintFor bin images: where to place them (default: first NVM region).index.ts:197
skip?numberFor 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