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

Result of a channel-activity-detection operation. More...

Public Member Functions

constexpr bool operator== (const cad_info &) const noexcept=default
 Compares two channel-scan results for equality.
 

Public Attributes

bool detected = false
 true if LoRa activity was detected on the channel.
 

Detailed Description

Result of a channel-activity-detection operation.

Definition at line 223 of file types.hpp.

Member Function Documentation

◆ operator==()

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

Compares two channel-scan results for equality.

Member Data Documentation

◆ detected

bool idfxx::radio::cad_info::detected = false

true if LoRa activity was detected on the channel.

Definition at line 224 of file types.hpp.


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