Ieee80211HrDsssPhyPreamble
classIEEE 802.11 17. High Rate direct sequence spread spectrum (HR/DSSS)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
Ieee80211DsssPhyPreamble | class |
IEEE 802.11 16. DSSS PHY |
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 17. High Rate direct sequence spread spectrum (HR/DSSS) // class Ieee80211HrDsssPhyPreamble extends Ieee80211DsssPhyPreamble { }File: src/inet/physicallayer/ieee80211/packetlevel/Ieee80211PhyHeader.msg