|
esp8266ndn
NDN Arduino library for ESP8266 and more
|
Nack packet. More...
#include <nack.hpp>
Inherits ndnph::RefRegion< detail::InterestObj >.
Public Member Functions | |
| NackHeader | getHeader () const |
| Access the Nack header. | |
| NackReason | getReason () const |
| Interest | getInterest () const |
| Access the Interest. | |
| RefRegion (ObjType *obj=nullptr) | |
Public Member Functions inherited from ndnph::RefRegion< detail::InterestObj > | |
| RefRegion (ObjType *obj=nullptr) | |
| operator bool () const | |
Static Public Member Functions | |
| static Nack | create (Interest interest, NackReason reason) |
| Create a Nack packet in reply to an Interest. | |
Additional Inherited Members | |
Public Types inherited from ndnph::RefRegion< detail::InterestObj > | |
| using | ObjType = detail::InterestObj |
Protected Member Functions inherited from ndnph::RefRegion< detail::InterestObj > | |
| ~RefRegion ()=default | |
Protected Attributes inherited from ndnph::RefRegion< detail::InterestObj > | |
| ObjType * | obj |
Nack packet.
|
inlinestatic |
Create a Nack packet in reply to an Interest.
|
inline |
Access the Nack header.
|
inline |
Access the Interest.
|
inline |
|
inlineexplicit |