|
SunSPOT API V2.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRadioPacketDispatcher
Acts like a basic pass through layer that's responsible for sending/receiving
packets from the MAC layer IRadioPacketDispatcher also provides a set of radio
control facilities for application developers such as controlling power output,
channel and PAN ID.
| Method Summary | |
|---|---|
void |
initialize(LowPan lowPanLayer)
Called by LowPan to initialize the dispatcher. |
void |
sendPacket(RadioPacket rp)
Send a radio packet |
| Method Detail |
|---|
void sendPacket(RadioPacket rp)
throws NoAckException,
ChannelBusyException
rp - the radio packet to send
NoAckException
ChannelBusyExceptionvoid initialize(LowPan lowPanLayer)
lowPanLayer - reference to the fully started LowPan instance
|
SunSPOT API V2.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||