1.3.2.3.40 MAC_WRP_MEDIA_TYPE_CONFIRM Enum

C

typedef enum
{
    MAC_WRP_MEDIA_TYPE_CONF_PLC = 0x00,
    MAC_WRP_MEDIA_TYPE_CONF_RF = 0x01,
    MAC_WRP_MEDIA_TYPE_CONF_BOTH = 0x02,
    MAC_WRP_MEDIA_TYPE_CONF_PLC_AS_BACKUP = 0x03,
    MAC_WRP_MEDIA_TYPE_CONF_RF_AS_BACKUP = 0x04,
} MAC_WRP_MEDIA_TYPE_CONFIRM;

Summary

Identifies the possible Media Type values on Transmission Confirm callbacks.

Description

This enumeration identifies the possible Media Type options when invoking a Transmission Confirm callback, which include sent on PLC as requested, sent on RF as requested, sent on both, or sent on the backup medium after being requested on the other.

Remarks

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