struct xpum_firmware_flash_job

Overview

Firmware flash job. More…

#include <xpum_structs.h>

struct xpum_firmware_flash_job
{
    // fields

    xpum_firmware_type_t type;
    const char* filePath;
};

Detailed Documentation

Firmware flash job.

Fields

xpum_firmware_type_t type

The firmware type to flash.

const char* filePath

The path of firmware binary file to flash.