ndn-embeds 0.1.0
Lightweight NDN protocol stack for embedded systems
Loading...
Searching...
No Matches
data.hpp File Reference

NDN Data packet. More...

#include "ndn/common.hpp"
#include "ndn/name.hpp"
#include "ndn/signature.hpp"

Go to the source code of this file.

Classes

class  ndn::Data
 NDN Data packet. More...
 

Detailed Description

NDN Data packet.

Provides a class representing NDN Data packets. A Data packet is returned as a response to an Interest, containing fields such as Name, Content, and FreshnessPeriod.

See also
https://docs.named-data.net/NDN-packet-spec/current/data.html

Definition in file data.hpp.