esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
ndnph::transport::RxQueueItem Struct Reference

#include <transport-rxqueue.hpp>

Public Attributes

Regionregion = nullptr
 
uint64_t endpointId = 0
 
uint8_t * pkt = nullptr
 
ssize_t pktLen = -1
 

Member Data Documentation

◆ endpointId

uint64_t ndnph::transport::RxQueueItem::endpointId = 0

◆ pkt

uint8_t* ndnph::transport::RxQueueItem::pkt = nullptr

◆ pktLen

ssize_t ndnph::transport::RxQueueItem::pktLen = -1

◆ region

Region* ndnph::transport::RxQueueItem::region = nullptr

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