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. More... | |
NackReason | getReason () const |
Interest | getInterest () const |
Access the Interest. More... | |
RefRegion (ObjType *obj=nullptr) | |
![]() | |
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. More... | |
Additional Inherited Members | |
![]() | |
using | ObjType = detail::InterestObj |
![]() | |
~RefRegion ()=default | |
![]() | |
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 |