1.3.2.3.39 MAC_WRP_MEDIA_TYPE_REQUEST Enum

C

typedef enum
{
    MAC_WRP_MEDIA_TYPE_REQ_PLC_BACKUP_RF = 0x00,
    MAC_WRP_MEDIA_TYPE_REQ_RF_BACKUP_PLC = 0x01,
    MAC_WRP_MEDIA_TYPE_REQ_BOTH = 0x02,
    MAC_WRP_MEDIA_TYPE_REQ_PLC_NO_BACKUP = 0x03,
    MAC_WRP_MEDIA_TYPE_REQ_RF_NO_BACKUP = 0x04,
} MAC_WRP_MEDIA_TYPE_REQUEST; 

Summary

Identifies the possible Media Type values on Transmission Request primitives.

Description

This enumeration identifies the possible Media Type options when calling a Transmission Request primitive, which include just PLC, just RF, both, or one medium allowing the other as backup in case of failure.

Remarks

It is only used when both PLC and RF MAC layers are present.