esp8266ndn
NDN Arduino library for ESP8266 and more
|
Fields in Data. More...
#include <data.hpp>
Inherits ndnph::InRegion.
Public Types | |
enum | { DefaultContentType = ContentType::Blob , DefaultFreshnessPeriod = 0 } |
Public Member Functions | |
DataObj (Region ®ion) | |
![]() | |
WithRegion (WithRegion &&)=default | |
Public Attributes | |
DataSigned * | sig = nullptr |
Name | name |
tlv::Value | content |
uint32_t | freshnessPeriod = DefaultFreshnessPeriod |
uint8_t | contentType = DefaultContentType |
bool | isFinalBlock = false |
Additional Inherited Members | |
![]() | |
InRegion (Region ®ion) | |
![]() | |
WithRegion (Region ®ion) | |
WithRegion (const WithRegion &)=delete | |
WithRegion & | operator= (const WithRegion &)=delete |
![]() | |
Region & | region |
Fields in Data.
|
inlineexplicit |
tlv::Value ndnph::detail::DataObj::content |
uint8_t ndnph::detail::DataObj::contentType = DefaultContentType |
uint32_t ndnph::detail::DataObj::freshnessPeriod = DefaultFreshnessPeriod |
bool ndnph::detail::DataObj::isFinalBlock = false |
Name ndnph::detail::DataObj::name |
DataSigned* ndnph::detail::DataObj::sig = nullptr |