Converts between Ieee80211HtPhyHeader and binary network byte order IEEE 802.11 HT PHY header.
More...
#include <Ieee80211PhyHeaderSerializer.h>
Converts between Ieee80211HtPhyHeader and binary network byte order IEEE 802.11 HT PHY header.
◆ Ieee80211HtPhyHeaderSerializer()
| inet::physicallayer::Ieee80211HtPhyHeaderSerializer::Ieee80211HtPhyHeaderSerializer |
( |
| ) |
|
|
inline |
105 : FieldsChunkSerializer() {}
◆ deserialize()
| const Ptr< Chunk > inet::physicallayer::Ieee80211HtPhyHeaderSerializer::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.
172 auto htPhyHeader = makeShared<Ieee80211HtPhyHeader>();
◆ serialize()
| void inet::physicallayer::Ieee80211HtPhyHeaderSerializer::serialize |
( |
MemoryOutputStream & |
stream, |
|
|
const Ptr< const Chunk > & |
chunk |
|
) |
| const |
|
overrideprotectedvirtual |
The documentation for this class was generated from the following files: