esp8266ndn
NDN Arduino library for ESP8266 and more
|
Fields in Interest or Nack. More...
#include <interest.hpp>
Inherits ndnph::InRegion.
Public Types | |
enum | { DefaultLifetime = 4000 , MaxHopLimit = 0xFF } |
Public Member Functions | |
InterestObj (Region ®ion) | |
![]() | |
WithRegion (WithRegion &&)=default | |
Public Attributes | |
InterestParams * | params = nullptr |
Name | name |
Name | fwHint |
uint32_t | nonce = 0 |
uint16_t | lifetime = DefaultLifetime |
uint8_t | hopLimit = MaxHopLimit |
bool | canBePrefix: 1 |
bool | mustBeFresh: 1 |
uint8_t | nackReason: 3 |
Additional Inherited Members | |
![]() | |
InRegion (Region ®ion) | |
![]() | |
WithRegion (Region ®ion) | |
WithRegion (const WithRegion &)=delete | |
WithRegion & | operator= (const WithRegion &)=delete |
![]() | |
Region & | region |
Fields in Interest or Nack.
|
inlineexplicit |
bool ndnph::detail::InterestObj::canBePrefix |
Name ndnph::detail::InterestObj::fwHint |
uint8_t ndnph::detail::InterestObj::hopLimit = MaxHopLimit |
uint16_t ndnph::detail::InterestObj::lifetime = DefaultLifetime |
bool ndnph::detail::InterestObj::mustBeFresh |
uint8_t ndnph::detail::InterestObj::nackReason |
Name ndnph::detail::InterestObj::name |
uint32_t ndnph::detail::InterestObj::nonce = 0 |
InterestParams* ndnph::detail::InterestObj::params = nullptr |