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

Information about a received packet. More...

Public Member Functions

constexpr bool operator== (const rx_info &) const noexcept=default
 Compares two received-packet descriptions for equality.
 

Public Attributes

uint8_t length = 0
 Number of bytes received into the caller's buffer.
 
electro::centi_dbm rssi {}
 Received-signal-strength indicator.
 
electro::centidecibels snr {}
 Signal-to-noise ratio.
 

Detailed Description

Information about a received packet.

Definition at line 208 of file types.hpp.

Member Function Documentation

◆ operator==()

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

Compares two received-packet descriptions for equality.

Member Data Documentation

◆ length

uint8_t idfxx::radio::rx_info::length = 0

Number of bytes received into the caller's buffer.

Definition at line 209 of file types.hpp.

◆ rssi

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

Received-signal-strength indicator.

Definition at line 210 of file types.hpp.

◆ snr

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

Signal-to-noise ratio.

Definition at line 211 of file types.hpp.


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