1.2.4.20 DLL_EVENT_IND_PARAMS Struct
C
typedef struct
{
/* Event Identifier */
MAC_EVENT_ID eventId;
/* First additional information */
MAC_EVENT_VALUE eventValue;
} DLL_EVENT_IND_PARAMS;
Summary
DLL Event Indication Parameters Structure.
Description
Contains fields which define the information returned by the DLL Event Indication Callback.
Remarks
This Struct is only used in Master Node.
