]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/xe1205/phy/XE1205PhyRxTx.nc
Merge over into the trunk.
[tinyos-2.x.git] / tos / chips / xe1205 / phy / XE1205PhyRxTx.nc
index 2b4c1ca666585789628501edcd89be015e348650..19ac314c160d6c40b93ff61e51cabf55a0cda070 100644 (file)
@@ -119,6 +119,13 @@ interface XE1205PhyRxTx {
    */
   async command bool busy();
 
+  /** 
+   * Check on/off state of phy.
+   *
+   * @return TRUE if phy is idle, standby, starting, or stopping, FALSE otherwise.
+   *
+   */
+  async command bool off();