Apps     Components     Interfaces     All Files     Source Tree     source: beta.CC2420Radio.ieee.802.15.4.MLME.MLME_GET.nc

Interface: MLME_GET

The MLME-SAP get primitives define how to read values from the PIB.
Author: Joe Polastre

Commands

Events

Commands - Details

request

void request(uint8_t PIBAttribute)

Request to get data of a specific PIB attribute. See page 68 of the IEEE 802.15.4 specification.

Parameters:

PIBAttribute - identifier of the PIBAttribute to read. PIBAttribute values are defined in Tables 71 and 72 of the IEEE 802.15.4 specification and in the IEEE802154.h header file.

Events - Details

confirm

void confirm(IEEE_status status, uint8_t PIBAttribute, void *PIBAttributeValue)

Reports the results of an information request from the MAC PIB

Parameters:

status - The status of the association attempt

PIBAttribute - identifier of the PIBAttribute to read. PIBAttribute values are defined in Tables 71 and 72 of the IEEE 802.15.4 specification and in the IEEE802154.h header file.

PIBAttributeValue - value of the PIBAttribute