PcapPlusPlus  23.09
pcpp::TLVRecord< TRecType, TRecLen >::TLVRawData Struct Reference

#include <TLVData.h>

Public Attributes

TRecType recordType
 
TRecLen recordLen
 
uint8_t recordValue []
 

Detailed Description

template<typename TRecType, typename TRecLen>
struct pcpp::TLVRecord< TRecType, TRecLen >::TLVRawData

A struct representing the TLV construct

Member Data Documentation

◆ recordLen

template<typename TRecType, typename TRecLen>
TRecLen pcpp::TLVRecord< TRecType, TRecLen >::TLVRawData::recordLen

Record length in bytes

◆ recordType

template<typename TRecType, typename TRecLen>
TRecType pcpp::TLVRecord< TRecType, TRecLen >::TLVRawData::recordType

Record type

◆ recordValue

template<typename TRecType, typename TRecLen>
uint8_t pcpp::TLVRecord< TRecType, TRecLen >::TLVRawData::recordValue[]

Record value (variable size)