HF-TMC51x0 Driver (TMC5130 & TMC5160) 0.1.0-dev
Hardware Agnostic C++ Driver for the TMC51x0 (TMC5130 & TMC5160)
Loading...
Searching...
No Matches
ApprovedPeer Struct Reference

Information about an approved (paired) peer. More...

#include <espnow_security.hpp>

Public Attributes

uint8_t mac [6]
 Peer's MAC address.
 
uint8_t device_type
 DeviceType enum value.
 
char name [MAX_DEVICE_NAME_LEN]
 Friendly name.
 
uint32_t paired_timestamp
 Unix timestamp when paired (or 0)
 
bool valid
 true if this slot is in use
 

Detailed Description

Information about an approved (paired) peer.

Member Data Documentation

◆ device_type

uint8_t ApprovedPeer::device_type

DeviceType enum value.

◆ mac

uint8_t ApprovedPeer::mac[6]

Peer's MAC address.

◆ name

char ApprovedPeer::name[MAX_DEVICE_NAME_LEN]

Friendly name.

◆ paired_timestamp

uint32_t ApprovedPeer::paired_timestamp

Unix timestamp when paired (or 0)

◆ valid

bool ApprovedPeer::valid

true if this slot is in use


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