(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 |
| srcAddr | long |
source mac address |
| sequenceId | long |
Sequence Number to detect duplicate messages |
| bitValues | bool[] | |
| nbSymbols | int |
message UWBIRMacPkt extends MacPkt { @customize(true); abstract bool bitValues[]; int nbSymbols; }