X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Flib%2Fmac%2Ftkn154%2Finterfaces%2FMLME%2FMLME_GET.nc;h=5cd117c561d8559668deefdc2a90d5965d6557d0;hp=7378323080eb005e5ece0f845302817d25664c5c;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/tos/lib/mac/tkn154/interfaces/MLME/MLME_GET.nc b/tos/lib/mac/tkn154/interfaces/MLME/MLME_GET.nc index 73783230..5cd117c5 100644 --- a/tos/lib/mac/tkn154/interfaces/MLME/MLME_GET.nc +++ b/tos/lib/mac/tkn154/interfaces/MLME/MLME_GET.nc @@ -33,16 +33,16 @@ * ======================================================================== */ -/** - * This interface can be used to read attribute values from the PHY/MAC PIB. +/** + * This interface allows to read attribute values from the PHY/MAC PIB. * Instead of passing the PIB attribute identifier, there is a separate * command per attribute (and there are no confirm events). * - * NOTE: for the attributes macBeaconPayload (0x45) and - * macBeaconPayloadLength (0x46) use the IEEE154TxBeaconPayload <\code> - * interface; for promiscuous mode there is a separate (SplitControl) - * interface. - **/ + * NOTE: for the attributes macBeaconPayload (0x45) and + * macBeaconPayloadLength (0x46) use the + * IEEE154TxBeaconPayload interface; for promiscuous mode + * there is a separate (SplitControl) interface. + */ #include "TKN154.h" interface MLME_GET { @@ -87,7 +87,7 @@ interface MLME_GET { command ieee154_macBattLifeExtPeriods_t macBattLifeExtPeriods(); /* macBeaconPayload (0x45) and macBeaconPayloadLength (0x46) are read - * through the IEEE154TxBeaconPayload<\code> interface. */ + * through the IEEE154TxBeaconPayload interface. */ /** @return PIB attribute macBeaconOrder (0x47) */ command ieee154_macBeaconOrder_t macBeaconOrder(); @@ -163,4 +163,7 @@ interface MLME_GET { /** @return PIB attribute macMinSIFSPeriod */ command ieee154_macMinSIFSPeriod_t macMinSIFSPeriod(); + + /** @return custom attribute macPanCoordinator */ + command ieee154_macPanCoordinator_t macPanCoordinator(); }