ndn-lite
Data Fields
ndn_decoder Struct Reference

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

#include <decoder.h>

Collaboration diagram for ndn_decoder:
Collaboration graph

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...
 

Detailed Description

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

Field Documentation

◆ input_size

uint32_t ndn_decoder::input_size

The size of the encoded wire format buffer.

◆ input_value

const uint8_t* ndn_decoder::input_value

The encoded wire format buffer.

◆ offset

uint32_t ndn_decoder::offset

The current offset after which the wire has not been decoded.


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