1.4.3.22 MMHI_MIB_FW_VERSION Struct

C

typedef struct
{
    /* Customer specific. */
    uint16_t modemHash;
    /* RESERVED */
    uint8_t meterApp1Major;
    /* RESERVED */
    uint8_t meterApp1Mminor;
    /* RESERVED */
    uint8_t meterApp2Major;
    /* RESERVED */
    uint8_t meterApp2Mminor;
    /* Modem Version Major */
    uint8_t modemMajor;
    /* Modem Version Minor */
    uint8_t modemMinor;

} MMHI_MIB_FW_VERSION;

Summary

Meters And More FW release information.

Description

Defines the object to read or write through MIB_MIB_ID_FW_RELEASE object.

Remarks

None.