|
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) | |
Public Member Functions inherited from ndnph::WithRegion | |
| 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 | |
Protected Member Functions inherited from ndnph::InRegion | |
| InRegion (Region ®ion) | |
Protected Member Functions inherited from ndnph::WithRegion | |
| WithRegion (Region ®ion) | |
| WithRegion (const WithRegion &)=delete | |
| WithRegion & | operator= (const WithRegion &)=delete |
Protected Attributes inherited from ndnph::WithRegion | |
| 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 |