chameleon-ultra.js - v0.4.0
    Preparing search index...
    Index

    Constructors

    Methods

    • Returns Promise<
          | null
          | {
              body: Buffer;
              header: Buffer;
              type: | "application"
              | "softdevice"
              | "bootloader"
              | "softdevice_bootloader";
          },
      >

    • Returns Promise<
          | null
          | {
              body: Buffer;
              header: Buffer;
              type: | "application"
              | "softdevice"
              | "bootloader"
              | "softdevice_bootloader";
          },
      >

    • Parameters

      • types: ("application" | "softdevice" | "bootloader" | "softdevice_bootloader")[]

      Returns Promise<
          | null
          | {
              body: Buffer;
              header: Buffer;
              type: | "application"
              | "softdevice"
              | "bootloader"
              | "softdevice_bootloader";
          },
      >

    • Returns Promise<
          {
              application: { bin_file: string; dat_file: string };
              bootloader: { bin_file: string; dat_file: string };
              softdevice: { bin_file: string; dat_file: string };
              softdevice_bootloader: { bin_file: string; dat_file: string };
          },
      >