XMacControlFrame
classControl Frame 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 |
---|---|---|
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
// // Control Frame for ~XMac. Frame size is configurable // in the MAC layer. // class XMacControlFrame extends XMacHeaderBase { }File: src/inet/linklayer/xmac/XMacHeader.msg