]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/mac/tkn154/interfaces/private/FrameTx.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / lib / mac / tkn154 / interfaces / private / FrameTx.nc
index d9e3aef6d088a0e5f850b3ccebd97a3d47ceff3c..458ddf937d9c7cb170cd900c2f2edaf3ad04aa75 100644 (file)
 interface FrameTx
 {
   /**
-   * Transmits a frame buffer.
+   * Transmits a frame.
    *
    * @param  txFrame    the frame to transmit
    * @return IEEE154_SUCCESS if the request was accepted and
-   * only then <code>transmitDone()</code> will be signalled
+   * only then <tt>transmitDone()</tt> will be signalled
    */  
   command ieee154_status_t transmit(ieee154_txframe_t *txFrame); 
 
   /**
-   * Signals the completion of the transmission of a frame buffer.
+   * Signals the completion of the transmission of a frame.
    *
    * @param  txFrame    the frame that was transmitted
    * @param  status     the result of the transmission