A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ns3::TlvValue Class Referenceabstract

The value field of a tlv can take different values (uint8_t, uint16, vector...). This class is a virtual interface that all the types of tlv values should derive. More...

#include <wimax-tlv.h>

+ Inheritance diagram for ns3::TlvValue:

Public Member Functions

virtual TlvValueCopy (void) const =0
 
virtual uint32_t Deserialize (Buffer::Iterator start, uint64_t valueLen)=0
 
virtual uint32_t GetSerializedSize (void) const =0
 
virtual void Serialize (Buffer::Iterator start) const =0
 

Detailed Description

The value field of a tlv can take different values (uint8_t, uint16, vector...). This class is a virtual interface that all the types of tlv values should derive.

Definition at line 42 of file wimax-tlv.h.


The documentation for this class was generated from the following file: