DRV_PLC_PHY_FRAME_TYPE Enum
C
typedef enum {
FRAME_TYPE_A = 0,
FRAME_TYPE_B = 2,
FRAME_TYPE_BC = 3,
} DRV_PLC_PHY_FRAME_TYPE;Summary
PRIME Types of PHY frame
Description
This Enum contains every types of frame supported by PRIME spec.
typedef enum {
FRAME_TYPE_A = 0,
FRAME_TYPE_B = 2,
FRAME_TYPE_BC = 3,
} DRV_PLC_PHY_FRAME_TYPE;PRIME Types of PHY frame
This Enum contains every types of frame supported by PRIME spec.