|
ndn-embeds 0.1.0
Lightweight NDN protocol stack for embedded systems
|
Peer information. More...
#include </home/runner/work/ndn-embeds/ndn-embeds/adapters/espnow_face.hpp>
Public Attributes | |
| uint8_t | mac [6] |
| MAC address. | |
| FaceId | faceId |
| Face ID. | |
| bool | inUse |
| In-use flag. | |
| uint32_t | lastSeen |
| Last received time (ms) | |
Peer information.
Definition at line 45 of file espnow_face.hpp.
| FaceId ndn::PeerInfo::faceId |
| bool ndn::PeerInfo::inUse |
In-use flag.
Definition at line 48 of file espnow_face.hpp.
Referenced by ndn::EspNowFace::removePeer().
| uint32_t ndn::PeerInfo::lastSeen |
Last received time (ms)
Definition at line 49 of file espnow_face.hpp.
Referenced by ndn::EspNowFace::addPeer().
| uint8_t ndn::PeerInfo::mac[6] |
MAC address.
Definition at line 46 of file espnow_face.hpp.
Referenced by ndn::EspNowFace::getMacAddress(), ndn::EspNowFace::removePeer(), and ndn::EspNowFace::sendTo().