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

Information about BSS RSSI dropping below threshold. More...

Public Member Functions

constexpr bool operator== (const bss_rssi_low_event_data &) const noexcept=default
 

Public Attributes

electro::dbm rssi
 

Detailed Description

Information about BSS RSSI dropping below threshold.

Dispatched with the wifi::event_id::sta_bss_rssi_low event.

Definition at line 1252 of file wifi.hpp.

Member Function Documentation

◆ operator==()

constexpr bool idfxx::wifi::bss_rssi_low_event_data::operator== ( const bss_rssi_low_event_data ) const
constexprdefaultnoexcept

Member Data Documentation

◆ rssi

electro::dbm idfxx::wifi::bss_rssi_low_event_data::rssi

Current RSSI.

Definition at line 1253 of file wifi.hpp.


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