Ieee80211MsduSubframeHeader
class(no description)
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
FieldsChunk | class | (no description) |
Fields
Name | Type | Description |
---|---|---|
chunkLength | b | |
sa | MacAddress |
source addr. |
da | MacAddress |
destination addr. |
length | int | |
mutable | bool | |
complete | bool | |
correct | bool | |
properlyRepresented | bool | |
rawBin | string[] | |
rawHex | string[] | |
tags | RegionTagSet::cObjectRegionTag[] |
Source code
class Ieee80211MsduSubframeHeader extends FieldsChunk { chunkLength = LENGTH_A_MSDU_SUBFRAME_HEADER; MacAddress sa; // source addr. MacAddress da; // destination addr. int length; }File: src/inet/linklayer/ieee80211/mac/Ieee80211Frame.msg