1.4.3.20 PAL_PLC_HANDLERS Struct

C

typedef struct
{
    PAL_PLC_DataIndication           palPlcDataIndication;
    PAL_PLC_CommStatusIndication     palPlcCommStatusIndication;
    PAL_PLC_TxConfirm                palPlcTxConfirm;
    PAL_PLC_RxParamsIndication       palPlcRxParamsIndication;
    PAL_PLC_MacSnifferIndication     palPlcMacSnifferIndication;
} PAL_PLC_HANDLERS;

Summary

Defines the handlers required to manage the PLC PAL module.

Description

This data type defines the handlers required to manage the PLC PAL module.

Remarks

The handler palPlcMacSnifferIndication is only available if MAC sniffer is enabled in MCC of PLC PAL.