Ieee80211DsssPhyPreamble
classIEEE 802.11 16. DSSS PHY
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
Ieee80211PhyPreamble | class | (no description) |
Known subclasses
Name | Type | Description |
---|---|---|
Ieee80211HrDsssPhyPreamble | class |
IEEE 802.11 17. High Rate direct sequence spread spectrum (HR/DSSS) |
Fields
Name | Type | Description |
---|---|---|
chunkLength | b | |
mutable | bool | |
complete | bool | |
correct | bool | |
properlyRepresented | bool | |
rawBin | string[] | |
rawHex | string[] | |
tags | RegionTagSet::cObjectRegionTag[] |
Source code
// // IEEE 802.11 16. DSSS PHY // class Ieee80211DsssPhyPreamble extends Ieee80211PhyPreamble { chunkLength = b(144); }File: src/inet/physicallayer/ieee80211/packetlevel/Ieee80211PhyHeader.msg