struct xpum_firmware_flash_task_result_t

Overview

The struct stores the firmware flash states. More…

#include <xpum_structs.h>

struct xpum_firmware_flash_task_result_t
{
    // fields

    xpum_device_id_t deviceId;
    xpum_firmware_type_t type;
    xpum_firmware_flash_result_t result;
    char description[XPUM_MAX_STR_LENGTH];
    char version[XPUM_MAX_STR_LENGTH];
    int percentage;
};

Detailed Documentation

The struct stores the firmware flash states.

Fields

xpum_device_id_t deviceId

The id of the device to flash firmware.

xpum_firmware_type_t type

The firmware type to flash.

xpum_firmware_flash_result_t result

Which state the firmware flash job is in.

char description[XPUM_MAX_STR_LENGTH]

The description of this result.

char version[XPUM_MAX_STR_LENGTH]

Current firmware version.