esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
ndnph::SegmentConsumerBase::SaveDest Class Reference

Destination and context of saving accumulated payload. More...

#include <segment-consumer.hpp>

Public Member Functions

 SaveDest (uint8_t *output, size_t limit)
 

Static Public Member Functions

static void accumulate (void *self0, uint64_t, Data data)
 

Public Attributes

uint8_t * output = nullptr
 
size_t limit = 0
 
size_t length = 0
 
bool isCompleted = false
 
bool hasError = false
 

Detailed Description

Destination and context of saving accumulated payload.

Constructor & Destructor Documentation

◆ SaveDest()

ndnph::SegmentConsumerBase::SaveDest::SaveDest ( uint8_t *  output,
size_t  limit 
)
inlineexplicit

Member Function Documentation

◆ accumulate()

static void ndnph::SegmentConsumerBase::SaveDest::accumulate ( void *  self0,
uint64_t  ,
Data  data 
)
inlinestatic

Member Data Documentation

◆ hasError

bool ndnph::SegmentConsumerBase::SaveDest::hasError = false

◆ isCompleted

bool ndnph::SegmentConsumerBase::SaveDest::isCompleted = false

◆ length

size_t ndnph::SegmentConsumerBase::SaveDest::length = 0

◆ limit

size_t ndnph::SegmentConsumerBase::SaveDest::limit = 0

◆ output

uint8_t* ndnph::SegmentConsumerBase::SaveDest::output = nullptr

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