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

Information about a completed scan. More...

Public Member Functions

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

Public Attributes

uint32_t status
 
uint8_t number
 
uint8_t scan_id
 

Detailed Description

Information about a completed scan.

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

Definition at line 1165 of file wifi.hpp.

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ number

uint8_t idfxx::wifi::scan_done_event_data::number

Number of APs found.

Definition at line 1167 of file wifi.hpp.

◆ scan_id

uint8_t idfxx::wifi::scan_done_event_data::scan_id

Scan ID.

Definition at line 1168 of file wifi.hpp.

◆ status

uint32_t idfxx::wifi::scan_done_event_data::status

Scan status (0 = success).

Definition at line 1166 of file wifi.hpp.


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