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 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 1137 of file wifi.hpp.

Member Data Documentation

◆ new_primary

uint8_t idfxx::wifi::home_channel_change_event_data::new_primary

New primary channel.

Definition at line 1140 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 1141 of file wifi.hpp.

◆ old_primary

uint8_t idfxx::wifi::home_channel_change_event_data::old_primary

Previous primary channel.

Definition at line 1138 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 1139 of file wifi.hpp.


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