1.4.3.34 MMHI_MIB_GetStatus Function

C

uint16_t MMHI_MIB_GetStatus(void);

Summary

Gets the status of Meters And More HI MIB module.

Description

This routine gets the status of the Meters And More HI MIB module using a bit mask as specified in the Host Interface Standard.

Parameters

None.

Returns

Bitmask representing the status of different MIB objects as specified in the Host Interface Standard.

Example


    uint16_t status;
    status = MMHI_MIB_GetStatus();
    if ((status & TxModeMask) != 0)
    {

    }

Remarks

None.