esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Static Public Member Functions | List of all members
ndnph::convention::detail::TypedNumber< tlvType > Class Template Reference

#include <convention.hpp>

Static Public Member Functions

static Component create (Region &region, uint64_t value)
 Create with specified value. More...
 
template<typename G >
static Component create (Region &region, const G &gen, decltype(&G::toNumber)=nullptr)
 Create with RandomValue or TimeValue. More...
 
static bool match (const Component &comp)
 
static uint64_t parse (const Component &comp)
 

Member Function Documentation

◆ create() [1/2]

template<uint16_t tlvType>
template<typename G >
static Component ndnph::convention::detail::TypedNumber< tlvType >::create ( Region region,
const G &  gen,
decltype &::toNumber  = nullptr 
)
inlinestatic

Create with RandomValue or TimeValue.

Template Parameters
GRandomValue or TimeValue.

In case the value generator fails, returns an invalid component, which would cause packet encoding error. This condition rarely occurs on a correctly integrated system.

◆ create() [2/2]

template<uint16_t tlvType>
static Component ndnph::convention::detail::TypedNumber< tlvType >::create ( Region region,
uint64_t  value 
)
inlinestatic

Create with specified value.

◆ match()

template<uint16_t tlvType>
static bool ndnph::convention::detail::TypedNumber< tlvType >::match ( const Component comp)
inlinestatic

◆ parse()

template<uint16_t tlvType>
static uint64_t ndnph::convention::detail::TypedNumber< tlvType >::parse ( const Component comp)
inlinestatic

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