1.4.3.31 MMHI_MIB_DATA Struct

C

typedef struct
{
    /* The length of the value of the MIB read */
    uint8_t dataLength;

    /* The value of the MIB read */
    uint8_t dataValue[MMHI_MIB_MAX_LENGTH_DATA];

} MMHI_MIB_DATA;

Summary

Meters And More host interface Serialization object.

Description

Defines the object that serializes a Meters And More host interface MIB object, which includes the buffer containing the serialized MIB and its length.

Remarks

None.