esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Public Attributes | List of all members
ndnph::detail::DataObj Class Reference

Fields in Data. More...

#include <data.hpp>

Inherits ndnph::InRegion.

Public Types

enum  { DefaultContentType = ContentType::Blob , DefaultFreshnessPeriod = 0 }
 

Public Member Functions

 DataObj (Region &region)
 
- Public Member Functions inherited from ndnph::WithRegion
 WithRegion (WithRegion &&)=default
 

Public Attributes

DataSignedsig = 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 &region)
 
- Protected Member Functions inherited from ndnph::WithRegion
 WithRegion (Region &region)
 
 WithRegion (const WithRegion &)=delete
 
WithRegionoperator= (const WithRegion &)=delete
 
- Protected Attributes inherited from ndnph::WithRegion
Regionregion
 

Detailed Description

Fields in Data.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
DefaultContentType 
DefaultFreshnessPeriod 

Constructor & Destructor Documentation

◆ DataObj()

ndnph::detail::DataObj::DataObj ( Region region)
inlineexplicit

Member Data Documentation

◆ content

tlv::Value ndnph::detail::DataObj::content

◆ contentType

uint8_t ndnph::detail::DataObj::contentType = DefaultContentType

◆ freshnessPeriod

uint32_t ndnph::detail::DataObj::freshnessPeriod = DefaultFreshnessPeriod

◆ isFinalBlock

bool ndnph::detail::DataObj::isFinalBlock = false

◆ name

Name ndnph::detail::DataObj::name

◆ sig

DataSigned* ndnph::detail::DataObj::sig = nullptr

The documentation for this class was generated from the following file: