esp8266ndn
NDN Arduino library for ESP8266 and more
|
#include "../core/common.hpp"
Go to the source code of this file.
Namespaces | |
ndnph | |
ndnph::tlv | |
Functions | |
constexpr size_t | ndnph::tlv::sizeofVarNum (uint32_t n) |
Compute size of VAR-NUMBER. More... | |
void | ndnph::tlv::writeVarNum (uint8_t *room, uint32_t n) |
Write VAR-NUMBER. More... | |
int | ndnph::tlv::readVarNum (const uint8_t *input, size_t size, uint32_t &n) |
Read VAR-NUMBER. More... | |