|
ndn-embeds 0.1.0
Lightweight NDN protocol stack for embedded systems
|
NDN Face interface. More...
Go to the source code of this file.
Classes | |
| class | ndn::Face |
| NDN Face abstract base class. More... | |
Typedefs | |
| using | ndn::PacketCallback = std::function< void(FaceId faceId, const uint8_t *data, size_t len)> |
| Packet receive callback. | |
NDN Face interface.
A Face abstracts the connection to a physical network. Concrete implementation classes for different transports such as ESP-NOW, BLE, and Wi-Fi inherit from this interface.
Definition in file face.hpp.
| using ndn::PacketCallback = typedef std::function<void(FaceId faceId, const uint8_t* data, size_t len)> |