|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.swans.mac.MacMessage
jist.swans.mac.MacMessage.Ack
public static class MacMessage.Ack
An 802_11 Acknowlege packet.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class jist.swans.mac.MacMessage |
---|
MacMessage.Ack, MacMessage.Cts, MacMessage.Data, MacMessage.Rts |
Field Summary | |
---|---|
private MacAddress |
dst
packet destination address. |
private int |
duration
packet transmission duration. |
static int |
SIZE
ACK packet size. |
Fields inherited from class jist.swans.mac.MacMessage |
---|
TYPE_ACK, TYPE_CTS, TYPE_DATA, TYPE_RTS |
Fields inherited from interface jist.swans.misc.Message |
---|
NULL |
Constructor Summary | |
---|---|
MacMessage.Ack(MacAddress dst,
int duration)
Create 802_11 ACK packet. |
Method Summary | |
---|---|
void |
getBytes(byte[] msg,
int offset)
Store packet into byte array. |
MacAddress |
getDst()
Return packet destination address. |
int |
getDuration()
Return packet transmission duration. |
int |
getSize()
Return packet size or Constants.ZERO_WIRE_SIZE. |
Methods inherited from class jist.swans.mac.MacMessage |
---|
getRetry, getType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SIZE
private MacAddress dst
private int duration
Constructor Detail |
---|
public MacMessage.Ack(MacAddress dst, int duration)
dst
- packet destination addressduration
- packet transmission durationMethod Detail |
---|
public MacAddress getDst()
getDst
in class MacMessage
public int getDuration()
getDuration
in class MacMessage
public int getSize()
public void getBytes(byte[] msg, int offset)
msg
- destination byte arrayoffset
- byte array starting offset
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |