idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
idfxx::radio::packet_status Struct Reference

Detailed status for the most recent packet. More...

Public Member Functions

constexpr bool operator== (const packet_status &) const noexcept=default
 Compares two packet-status records for equality.
 

Public Attributes

electro::centi_dbm rssi {}
 RSSI of the received packet.
 
electro::centidecibels snr {}
 Signal-to-noise ratio.
 

Detailed Description

Detailed status for the most recent packet.

Definition at line 236 of file types.hpp.

Member Function Documentation

◆ operator==()

constexpr bool idfxx::radio::packet_status::operator== ( const packet_status ) const
constexprdefaultnoexcept

Compares two packet-status records for equality.

Member Data Documentation

◆ rssi

electro::centi_dbm idfxx::radio::packet_status::rssi {}

RSSI of the received packet.

Definition at line 237 of file types.hpp.

◆ snr

electro::centidecibels idfxx::radio::packet_status::snr {}

Signal-to-noise ratio.

Definition at line 238 of file types.hpp.


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