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() Start sending the packet footer.
command void sendHeader() Start sending a new packet header.

Events
event void sendFooterDone() Notification that the the packet footer was sent.
event void sendHeaderDone() Notification that the packet header was sent.

Commands - Details

sendFooter

command void sendFooter()

Start sending the packet footer.

sendHeader

command void sendHeader()

Start sending a new packet header.

Events - Details

sendFooterDone

event void sendFooterDone()

Notification that the the packet footer was sent.

sendHeaderDone

event void sendHeaderDone()

Notification that the packet header was sent.