Interface: tos.lib.byte_radio.PhyPacketTx
interface PhyPacketTx
Physical Packet Transmission Interface for byte radios.
Commands and events provided by the Physical Layer
to communicate with upper layers about the status of a
packet that is being transmitted.
- Author:
-
Kevin Klues <klues@tkn.tu-berlin.de)>
Commands
command void sendFooter()
command void sendHeader()
Events
event void sendFooterDone()
event void sendHeaderDone()
Commands - Details
sendFooter
command void sendFooter()
sendHeader
command void sendHeader()
Events - Details
sendFooterDone
event void sendFooterDone()
sendHeaderDone
event void sendHeaderDone()