ndn-embeds 0.1.0
Lightweight NDN protocol stack for embedded systems
Loading...
Searching...
No Matches
ndn::PeerInfo Struct Reference

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)
 

Detailed Description

Peer information.

Definition at line 45 of file espnow_face.hpp.

Member Data Documentation

◆ faceId

FaceId ndn::PeerInfo::faceId

Face ID.

Definition at line 47 of file espnow_face.hpp.

Referenced by ndn::EspNowFace::addPeer().

◆ inUse

bool ndn::PeerInfo::inUse

In-use flag.

Definition at line 48 of file espnow_face.hpp.

Referenced by ndn::EspNowFace::removePeer().

◆ lastSeen

uint32_t ndn::PeerInfo::lastSeen

Last received time (ms)

Definition at line 49 of file espnow_face.hpp.

Referenced by ndn::EspNowFace::addPeer().

◆ mac

uint8_t ndn::PeerInfo::mac[6]

The documentation for this struct was generated from the following file: