#include <wimax-tlv.h>
Public Member Functions | |
U16TlvValue (uint16_t value) | |
U16TlvValue () | |
~U16TlvValue (void) | |
virtual U16TlvValue * | 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 |
uint16_t | GetValue (void) const |
virtual void | Serialize (Buffer::Iterator start) const |
![]() | |
virtual | ~TlvValue () |
Private Attributes | |
uint16_t | m_value |
Definition at line 124 of file wimax-tlv.h.
ns3::U16TlvValue::U16TlvValue | ( | uint16_t | value | ) |
Definition at line 537 of file wimax-tlv.cc.
References m_value.
ns3::U16TlvValue::U16TlvValue | ( | ) |
Definition at line 542 of file wimax-tlv.cc.
References m_value.
Referenced by Copy().
ns3::U16TlvValue::~U16TlvValue | ( | void | ) |
Definition at line 547 of file wimax-tlv.cc.
|
virtual |
Implements ns3::TlvValue.
Definition at line 581 of file wimax-tlv.cc.
References m_value, and U16TlvValue().
|
virtual |
Implements ns3::TlvValue.
Definition at line 562 of file wimax-tlv.cc.
Referenced by ns3::SfVectorTlvValue::Deserialize(), and ns3::ClassificationRuleVectorTlvValue::Deserialize().
uint32_t ns3::U16TlvValue::Deserialize | ( | Buffer::Iterator | start | ) |
Definition at line 568 of file wimax-tlv.cc.
References m_value, and ns3::Buffer::Iterator::ReadNtohU16().
|
virtual |
Implements ns3::TlvValue.
Definition at line 552 of file wimax-tlv.cc.
uint16_t ns3::U16TlvValue::GetValue | ( | void | ) | const |
Definition at line 575 of file wimax-tlv.cc.
References m_value.
|
virtual |
Implements ns3::TlvValue.
Definition at line 557 of file wimax-tlv.cc.
References m_value, and ns3::Buffer::Iterator::WriteHtonU16().
|
private |
Definition at line 137 of file wimax-tlv.h.
Referenced by Copy(), Deserialize(), GetValue(), Serialize(), and U16TlvValue().