FOX enumerations and flags

FOX enumerations and flags — Enumerations and flags in the FOX service.

Functions

Types and Values

Object Hierarchy

    GEnum
    ╰── QmiFoxFirmwareVersionType

Description

This section defines enumerations and flags used in the FOX service interface.

Functions

qmi_fox_firmware_version_type_get_string ()

const gchar *
qmi_fox_firmware_version_type_get_string
                               (QmiFoxFirmwareVersionType val);

Gets the nickname string for the QmiFoxFirmwareVersionType specified at val .

Parameters

val

a QmiFoxFirmwareVersionType.

 

Returns

a string with the nickname, or NULL if not found. Do not free the returned value.

[transfer none]

Since: 1.32

Types and Values

enum QmiFoxFirmwareVersionType

Foxconn specific firmware version types.

Members

QMI_FOX_FIRMWARE_VERSION_TYPE_FIRMWARE_MCFG

E.g. T99W265.F0.0.0.0.1.GC.004.

 

QMI_FOX_FIRMWARE_VERSION_TYPE_FIRMWARE_MCFG_APPS

E.g. T99W265.F0.0.0.0.1.GC.004.001.

 

QMI_FOX_FIRMWARE_VERSION_TYPE_APPS

E.g. 001.

 

Since: 1.32