|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PhyInterface
Nested Class Summary | |
---|---|
static interface |
PhyInterface.Phy802_15_4
Extends the default Phy interface with 802_15_4 functions. |
Method Summary | |
---|---|
void |
peek(Message msg)
Radio has locked onto a packet signal; phy may have a peek. |
void |
receive(Message msg)
Radio has received a packet for phy to process. |
void |
send(Message msg)
MAC layer would like to send the following packet. |
void |
setRadioMode(byte mode)
Update phy regarding new mode of its radio. |
Method Detail |
---|
void setRadioMode(byte mode)
mode
- new radio modevoid peek(Message msg)
msg
- packet currently in flightvoid receive(Message msg)
msg
- packet receivedvoid send(Message msg)
msg
- packet to send
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |