DRV_PLC_PHY_PIB_OBJ Struct
G3 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.
PRIME 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.
Meters And More 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). Available objects defined in Meters And More DRV_PLC_PHY_IDs.
Remarks
None.
