Information about a received packet.
More...
|
| constexpr bool | operator== (const rx_info &) const noexcept=default |
| | Compares two received-packet descriptions for equality.
|
| |
|
| 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.
|
| |
Information about a received packet.
Definition at line 208 of file types.hpp.
◆ operator==()
| constexpr bool idfxx::radio::rx_info::operator== |
( |
const rx_info & |
| ) |
const |
|
constexprdefaultnoexcept |
Compares two received-packet descriptions for equality.
◆ 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: