esp8266ndn
NDN Arduino library for ESP8266 and more
|
Decoded fragment. More...
#include <lp.hpp>
Inherits ndnph::lp::FragmentHeader.
Public Attributes | |
L3Header | l3header |
tlv::Value | payload |
![]() | |
uint64_t | seqNum = 0 |
uint8_t | fragIndex = 0 |
uint8_t | fragCount = 1 |
Additional Inherited Members | |
![]() | |
using | MaxSize = std::integral_constant< size_t, 1+1+8+1+1+1+1+1+1 > |
Maximum encoded size. More... | |
![]() | |
uint64_t | getSeqNumBase () const |
void | encodeTo (Encoder &encoder) const |
Decoded fragment.
L3Header ndnph::lp::Fragment::l3header |
tlv::Value ndnph::lp::Fragment::payload |