![]() |
ndn-lite
|
The structure to keep the state when doing NDN TLV decoding. More...
#include <decoder.h>
Data Fields | |
const uint8_t * | input_value |
The encoded wire format buffer. More... | |
uint32_t | input_size |
The size of the encoded wire format buffer. More... | |
uint32_t | offset |
The current offset after which the wire has not been decoded. More... | |
The structure to keep the state when doing NDN TLV decoding.
uint32_t ndn_decoder::input_size |
The size of the encoded wire format buffer.
const uint8_t* ndn_decoder::input_value |
The encoded wire format buffer.
uint32_t ndn_decoder::offset |
The current offset after which the wire has not been decoded.