esp8266ndn
NDN Arduino library for ESP8266 and more
|
Decode NDNLPv2 packet for classification. More...
#include <lp.hpp>
Public Types | |
enum class | Type : uint16_t { None = 0 , Fragment = TT::FragIndex , Interest = TT::Interest , Data = TT::Data , Nack = TT::Nack } |
Public Member Functions | |
PacketClassify ()=default | |
PacketClassify (L3Header l3header, tlv::Value payload) | |
bool | decodeFrom (const Decoder::Tlv &input) |
Type | getType () const |
Determine L3 packet type. More... | |
const PitToken & | getPitToken () const |
Retrieve PIT token. More... | |
Fragment | getFragment () const |
Retrieve fragment. More... | |
bool | decodeInterest (Interest interest) const |
Decode payload as Interest. More... | |
bool | decodeData (Data data) const |
Decode payload as Data. More... | |
bool | decodeNack (Nack nack) const |
Decode Nack. More... | |
Decode NDNLPv2 packet for classification.
|
strong |
|
explicitdefault |
|
inlineexplicit |
|
inline |
Decode payload as Data.
|
inline |
|
inline |
Decode payload as Interest.
|
inline |
Decode Nack.
|
inline |
Retrieve fragment.
|
inline |
Retrieve PIT token.
|
inline |
Determine L3 packet type.