|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface MacInterface.Mac802_11
Extends the default Mac interface with 802_11 functions.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface jist.swans.mac.MacInterface |
---|
MacInterface.Mac802_11 |
Method Summary | |
---|---|
void |
cfDone(boolean backoff,
boolean delPacket)
Collision free send sequence complete. |
void |
startTimer(long delay,
byte mode)
Initiate a timer event. |
void |
timeout(int timerId)
Process mac timeout. |
Methods inherited from interface jist.swans.mac.MacInterface |
---|
peek, receive, send, setRadioMode |
Method Detail |
---|
void startTimer(long delay, byte mode)
delay
- timer durationmode
- new modevoid timeout(int timerId)
timerId
- timer identifiervoid cfDone(boolean backoff, boolean delPacket)
backoff
- is a backoff requireddelPacket
- is processing for this packet complete
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |