![]() |
ndn-lite
|
The structure to keep the state when doing NDN TLV encoding. More...
#include <encoder.h>
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... | |
The structure to keep the state when doing NDN TLV encoding.
uint32_t ndn_encoder::offset |
The actual size used of the buffer to keep the encoding output.
uint32_t ndn_encoder::output_max_size |
The size of the buffer to keep the encoding output.
uint8_t* ndn_encoder::output_value |
The buffer to keep the encoding output.