esp8266ndn
NDN Arduino library for ESP8266 and more
Loading...
Searching...
No Matches
Namespaces | Functions
varnum.hpp File Reference
#include "../core/common.hpp"

Go to the source code of this file.

Namespaces

namespace  ndnph
 
namespace  ndnph::tlv
 

Functions

constexpr size_t ndnph::tlv::sizeofVarNum (uint32_t n)
 Compute size of VAR-NUMBER.
 
void ndnph::tlv::writeVarNum (uint8_t *room, uint32_t n)
 Write VAR-NUMBER.
 
int ndnph::tlv::readVarNum (const uint8_t *input, size_t size, uint32_t &n)
 Read VAR-NUMBER.