1.3.3.1.18 MAC_BEACON_NOTIFY_INDICATION_PARAMS Struct

C

typedef struct
{
    /* PAN Descriptor. Information of the Beacon frames seen on a G3 network */
    MAC_PAN_DESCRIPTOR panDescriptor;
} MAC_BEACON_NOTIFY_INDICATION_PARAMS;

Summary

Defines the Parameters for the MAC Beacon Notify Indication event handler function.

Description

The structure contains the fields reported by the MAC Beacon Notify Indication event handler function.

Field description:

  • panDescriptor. Information of the Beacon frames seen on a G3 network.

Remarks

None.