esp8266ndn
NDN Arduino library for ESP8266 and more
|
Go to the source code of this file.
Classes | |
class | ndnph::tlv::detail::NNIValue< T > |
class | ndnph::tlv::NNI |
NonNegativeInteger encoding. More... | |
class | ndnph::tlv::NniElement< N > |
Encode to a TLV element where TLV-VALUE is a NonNegativeInteger. More... | |
Namespaces | |
ndnph | |
ndnph::tlv | |
ndnph::tlv::detail | |
Typedefs | |
using | ndnph::tlv::NNI1 = detail::NNIValue< uint8_t > |
1-byte number encoding. More... | |
using | ndnph::tlv::NNI2 = detail::NNIValue< uint16_t > |
2-byte number encoding. More... | |
using | ndnph::tlv::NNI4 = detail::NNIValue< uint32_t > |
4-byte number encoding. More... | |
using | ndnph::tlv::NNI8 = detail::NNIValue< uint64_t > |
8-byte number encoding. More... | |