1.3.2.3.41 MAC_WRP_MEDIA_TYPE_INDICATION Enum

C

typedef enum
{
    MAC_WRP_MEDIA_TYPE_IND_PLC = 0x00,
    MAC_WRP_MEDIA_TYPE_IND_RF = 0x01,
} MAC_WRP_MEDIA_TYPE_INDICATION;

Summary

Identifies the possible Media Type values on Reception Indication callbacks.

Description

This enumeration identifies the possible Media Type options when invoking a Reception Indication callback, which include received on PLC or received on RF.

Remarks

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