#include <wimax-tlv.h>
Public Member Functions | |
U8TlvValue (uint8_t value) | |
U8TlvValue () | |
~U8TlvValue (void) | |
U8TlvValue * | Copy (void) const |
virtual uint32_t | Deserialize (Buffer::Iterator start, uint64_t valueLen) |
uint32_t | Deserialize (Buffer::Iterator start) |
virtual uint32_t | GetSerializedSize (void) const |
uint8_t | GetValue (void) const |
virtual void | Serialize (Buffer::Iterator start) const |
![]() | |
virtual | ~TlvValue () |
Private Attributes | |
uint8_t | m_value |
Definition at line 104 of file wimax-tlv.h.
ns3::U8TlvValue::U8TlvValue | ( | uint8_t | value | ) |
Definition at line 488 of file wimax-tlv.cc.
References m_value.
ns3::U8TlvValue::U8TlvValue | ( | ) |
Definition at line 493 of file wimax-tlv.cc.
References m_value.
Referenced by Copy().
ns3::U8TlvValue::~U8TlvValue | ( | void | ) |
Definition at line 498 of file wimax-tlv.cc.
|
virtual |
Implements ns3::TlvValue.
Definition at line 531 of file wimax-tlv.cc.
References m_value, and U8TlvValue().
|
virtual |
Implements ns3::TlvValue.
Definition at line 512 of file wimax-tlv.cc.
Referenced by ns3::SfVectorTlvValue::Deserialize(), ns3::CsParamVectorTlvValue::Deserialize(), and ns3::ClassificationRuleVectorTlvValue::Deserialize().
uint32_t ns3::U8TlvValue::Deserialize | ( | Buffer::Iterator | start | ) |
Definition at line 518 of file wimax-tlv.cc.
References m_value, and ns3::Buffer::Iterator::ReadU8().
|
virtual |
Implements ns3::TlvValue.
Definition at line 502 of file wimax-tlv.cc.
uint8_t ns3::U8TlvValue::GetValue | ( | void | ) | const |
Definition at line 525 of file wimax-tlv.cc.
References m_value.
|
virtual |
Implements ns3::TlvValue.
Definition at line 507 of file wimax-tlv.cc.
References m_value, and ns3::Buffer::Iterator::WriteU8().
|
private |
Definition at line 117 of file wimax-tlv.h.
Referenced by Copy(), Deserialize(), GetValue(), Serialize(), and U8TlvValue().