Converts between Ieee80211VhtPhyHeader and binary network byte order IEEE 802.11 VHT PHY header.
More...
#include <Ieee80211PhyHeaderSerializer.h>
Converts between Ieee80211VhtPhyHeader and binary network byte order IEEE 802.11 VHT PHY header.
◆ Ieee80211VhtPhyHeaderSerializer()
| inet::physicallayer::Ieee80211VhtPhyHeaderSerializer::Ieee80211VhtPhyHeaderSerializer |
( |
| ) |
|
|
inline |
118 : FieldsChunkSerializer() {}
◆ deserialize()
| const Ptr< Chunk > inet::physicallayer::Ieee80211VhtPhyHeaderSerializer::deserialize |
( |
MemoryInputStream & |
stream | ) |
const |
|
overrideprotectedvirtual |
Deserializes a chunk from a stream by reading the bytes at the current position of the stream.
The current stream position is updated according to the length of the returned chunk.
Implements inet::FieldsChunkSerializer.
186 auto vhtPhyHeader = makeShared<Ieee80211VhtPhyHeader>();
◆ serialize()
| void inet::physicallayer::Ieee80211VhtPhyHeaderSerializer::serialize |
( |
MemoryOutputStream & |
stream, |
|
|
const Ptr< const Chunk > & |
chunk |
|
) |
| const |
|
overrideprotectedvirtual |
The documentation for this class was generated from the following files: