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 | |
mutable | bool | |
complete | bool | |
correct | bool | |
properlyRepresented | bool | |
chunkLength | b | |
rawBin | string[] | |
rawHex | string[] | |
tags | RegionTagSet::cObjectRegionTag[] |
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