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 | List of all members
ndnph::isig::Time< maxClockOffset > Class Template Reference

Require SigTime field in Interest SigInfo. More...

#include <sig-info.hpp>

Public Types

using Order = std::integral_constant< int, 2 >
 

Public Member Functions

tlv::NniElement create ()
 
bool check (const Fields &f) const
 
void save (const Fields &f)
 

Detailed Description

template<int maxClockOffset = 60000>
class ndnph::isig::Time< maxClockOffset >

Require SigTime field in Interest SigInfo.

Template Parameters
maxClockOffsetmaximum allowed clock offset in milliseconds.

Member Typedef Documentation

◆ Order

template<int maxClockOffset = 60000>
using ndnph::isig::Time< maxClockOffset >::Order = std::integral_constant<int, 2>

Member Function Documentation

◆ check()

template<int maxClockOffset = 60000>
bool ndnph::isig::Time< maxClockOffset >::check ( const Fields f) const
inline

◆ create()

template<int maxClockOffset = 60000>
tlv::NniElement ndnph::isig::Time< maxClockOffset >::create ( )
inline

◆ save()

template<int maxClockOffset = 60000>
void ndnph::isig::Time< maxClockOffset >::save ( const Fields f)
inline

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