1.4.3.25 MMHI_MIB_LOGICAL_ADDRESS Struct

C

typedef struct
{
    /* Section address. little endian */
    uint8_t section[3];
    /* Subsection address */
    uint8_t subSection;
    /* Node address */
    uint8_t node;
    /* Length of Section address (this is fixed to 3) */
    uint8_t sectionLength;

} MMHI_MIB_LOGICAL_ADDRESS;

Summary

Meters And More Logical Address information.

Description

Defines the object to read or write through MIB_MIB_ID_LOGICAL_ADDRESS object.

Remarks

None.