DRV_PLC_PHY_PIB_OBJ Struct
C
typedef struct {
/* Pointer to PIB data */
uint8_t *pData;
/* PLC Information base identification */
DRV_PLC_PHY_ID id;
/* Length in bytes of the data information */
uint16_t length;
} DRV_PLC_PHY_PIB_OBJ;Summary
Contains fields used in Information Base access.
Description
This structure contains the objects needed to access the PLC PHY Information Base (PIB).
Remarks
None.
