ndn-lite
Data Fields
ndn_encoder Struct Reference

The structure to keep the state when doing NDN TLV encoding. More...

#include <encoder.h>

Collaboration diagram for ndn_encoder:
Collaboration graph

Data Fields

uint8_t * output_value
 The buffer to keep the encoding output. More...
 
uint32_t output_max_size
 The size of the buffer to keep the encoding output. More...
 
uint32_t offset
 The actual size used of the buffer to keep the encoding output. More...
 

Detailed Description

The structure to keep the state when doing NDN TLV encoding.

Field Documentation

◆ offset

uint32_t ndn_encoder::offset

The actual size used of the buffer to keep the encoding output.

◆ output_max_size

uint32_t ndn_encoder::output_max_size

The size of the buffer to keep the encoding output.

◆ output_value

uint8_t* ndn_encoder::output_value

The buffer to keep the encoding output.


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