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.