Public Attributes | List of all members
ndn_LpPacket Struct Reference

An ndn_LpPacket holds a list of LP packet header fields and an optional fragment wire encoding. More...

#include <lp-packet-types.h>

Inheritance diagram for ndn_LpPacket:
ndn::LpPacketLite

Public Attributes

struct ndn_Blob fragmentWireEncoding
 A Blob whose value is a pointer to a pre-allocated buffer for the fragment wire encoding. More...
 
struct ndn_LpPacketHeaderFieldheaderFields
 pointer to the array of ndn_LpPacketHeaderField. More...
 
size_t maxHeaderFields
 the number of elements in the allocated headerFields array. More...
 
size_t nHeaderFields
 the number of header fields in the packet. More...
 

Detailed Description

An ndn_LpPacket holds a list of LP packet header fields and an optional fragment wire encoding.

Member Data Documentation

struct ndn_Blob ndn_LpPacket::fragmentWireEncoding

A Blob whose value is a pointer to a pre-allocated buffer for the fragment wire encoding.

struct ndn_LpPacketHeaderField* ndn_LpPacket::headerFields

pointer to the array of ndn_LpPacketHeaderField.

size_t ndn_LpPacket::maxHeaderFields

the number of elements in the allocated headerFields array.

size_t ndn_LpPacket::nHeaderFields

the number of header fields in the packet.


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