![]() |
![]() |
|
TI-15.4 Stack API
|
#include <api_mac.h>
Data Fields | |
| ApiMac_beaconType_t | beaconType |
| uint8_t | bsn |
| ApiMac_panDesc_t | panDesc |
| union { | |
| ApiMac_beaconData_t beacon | |
| ApiMac_eBeaconData_t eBeacon | |
| } | beaconData |
MAC_MLME_BEACON_NOTIFY_IND type
| ApiMac_beaconType_t ApiMac_mlmeBeaconNotifyInd_t::beaconType |
Indicates the beacon type: beacon or enhanced beacon
| uint8_t ApiMac_mlmeBeaconNotifyInd_t::bsn |
The beacon sequence number or enhanced beacon sequence number
| ApiMac_panDesc_t ApiMac_mlmeBeaconNotifyInd_t::panDesc |
The PAN Descriptor for the received beacon
| ApiMac_beaconData_t ApiMac_mlmeBeaconNotifyInd_t::beacon |
beacon data
| ApiMac_eBeaconData_t ApiMac_mlmeBeaconNotifyInd_t::eBeacon |
enhanced beacon data
| union { ... } ApiMac_mlmeBeaconNotifyInd_t::beaconData |
Beacon data union depending on beaconType, select beaconData or or eBeaconData.