XMacDataFrameHeader
classDataframe header for ~XMac. Frame size is configurable in the MAC layer.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| XMacHeaderBase | class |
Base class for ~XMac headers. |
Fields
| Name | Type | Description |
|---|---|---|
| sequenceId | long |
Sequence Number to detect duplicate messages |
| networkProtocol | int | |
| srcAddr | MacAddress | |
| destAddr | MacAddress | |
| type | XMacTypes | |
| id | int | |
| mutable | bool | |
| complete | bool | |
| correct | bool | |
| properlyRepresented | bool | |
| chunkLength | b | |
| rawBin | string[] | |
| rawHex | string[] | |
| regionTags | SharingRegionTagSet::TagBaseRegionTag[] |
Source code
// // Dataframe header for ~XMac. Frame size is configurable // in the MAC layer. // class XMacDataFrameHeader extends XMacHeaderBase { long sequenceId; // Sequence Number to detect duplicate messages int networkProtocol = -1; }File: src/inet/linklayer/xmac/XMacHeader.msg