(no description)
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
| MacPkt (packet) |
A basic MAC (Media Access Control) packet format definition |
| Name | Type | Description |
|---|---|---|
| destAddr | long |
destination mac address |
| mySlot | int |
the node's current slot number |
| occupiedSlots | short[] |
currently known occupied slots |
| srcAddr | long |
source mac address |
| sequenceId | long |
Sequence Number to detect duplicate messages |
message LMacPkt extends MacPkt { int mySlot; // the node's current slot number short occupiedSlots[]; // currently known occupied slots }