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

Information about a home channel change. More...

Public Member Functions

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

Public Attributes

uint8_t old_primary
 
std::optional< enum second_channelold_second
 
uint8_t new_primary
 
std::optional< enum second_channelnew_second
 

Detailed Description

Information about a home channel change.

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

Definition at line 1268 of file wifi.hpp.

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ new_primary

uint8_t idfxx::wifi::home_channel_change_event_data::new_primary

New primary channel.

Definition at line 1271 of file wifi.hpp.

◆ new_second

std::optional<enum second_channel> idfxx::wifi::home_channel_change_event_data::new_second

New secondary channel position.

Definition at line 1272 of file wifi.hpp.

◆ old_primary

uint8_t idfxx::wifi::home_channel_change_event_data::old_primary

Previous primary channel.

Definition at line 1269 of file wifi.hpp.

◆ old_second

std::optional<enum second_channel> idfxx::wifi::home_channel_change_event_data::old_second

Previous secondary channel position.

Definition at line 1270 of file wifi.hpp.


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