NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::tlv::Error Class Reference

represents an error in TLV encoding or decoding More...

#include <tlv.hpp>

Inheritance diagram for ndn::tlv::Error:
Collaboration diagram for ndn::tlv::Error:

Public Member Functions

 Error (const char *expectedType, uint32_t actualType)
 

Detailed Description

represents an error in TLV encoding or decoding

Element::Error SHOULD inherit from this Error class.

Definition at line 52 of file tlv.hpp.

Constructor & Destructor Documentation

◆ Error()

Error::Error ( const char *  expectedType,
uint32_t  actualType 
)

Definition at line 27 of file tlv.cpp.


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