1.1.2.4.41 MAC_RT_PIB_OBJ Struct

C

typedef struct {
    MAC_RT_PIB pib;
    uint16_t index;
    uint8_t length;
    uint8_t pData[MAC_RT_PIB_MAX_VALUE_LENGTH];
} MAC_RT_PIB_OBJ;

Summary

Contains fields used in Information Base access.

Description

This structure contains the objects needed to access the MAC RT and PHY Information Base (PIB).

Remarks

None.