An ndn_LpPacket holds a list of LP packet header fields and an optional fragment wire encoding. More...
#include <lp-packet-types.h>
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_LpPacketHeaderField * | headerFields |
| 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... | |
An ndn_LpPacket holds a list of LP packet header fields and an optional fragment wire encoding.
| 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.
1.8.6