Ieee80211EtherTypeHeader
classIEEE 802.11 in 5.9 GHz band requires EtherType Protocol Discrimination (EPD)
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 | |
etherType | int |
EtherType (2 bytes) |
mutable | bool | |
complete | bool | |
correct | bool | |
properlyRepresented | bool | |
rawBin | string[] | |
rawHex | string[] | |
tags | RegionTagSet::cObjectRegionTag[] |
Source code
// IEEE 802.11 in 5.9 GHz band requires EtherType Protocol Discrimination (EPD) class Ieee80211EtherTypeHeader extends FieldsChunk { chunkLength = B(2); int etherType = -1; // ~EtherType (2 bytes) }File: src/inet/linklayer/ieee80211/llc/Ieee80211EtherTypeHeader.msg