]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/mac/tkn154/interfaces/MLME/MLME_GET.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / lib / mac / tkn154 / interfaces / MLME / MLME_GET.nc
index 7378323080eb005e5ece0f845302817d25664c5c..5cd117c561d8559668deefdc2a90d5965d6557d0 100644 (file)
  * ========================================================================
  */
 
-/** 
- * 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 <code>IEEE154TxBeaconPayload <\code> 
- * interface; for promiscuous mode there is a separate (SplitControl)
- * interface. 
- **/
+ * NOTE: for the attributes <tt>macBeaconPayload</tt> (0x45) and
+ * <tt>macBeaconPayloadLength </tt>(0x46) use the
+ * <tt>IEEE154TxBeaconPayload</tt> 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 <code>IEEE154TxBeaconPayload<\code> interface. */
+   * through the <tt>IEEE154TxBeaconPayload</tt> 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();
 }