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

Interface: MLME_SET

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

Commands

Events

Commands - Details

request

void request(uint8_t PIBAttribute, void *PIBAttributeValue)

Request to set data of a specific PIB attribute. See page 98 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.

PIBAttributeValue - value of the PIBAttribute

Events - Details

confirm

void confirm(IEEE_status status, uint8_t PIBAttribute)

Reports the results of an attempt to write a vlue to a MAC PIB attribute

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.

status - The status of the association attempt