[][src]Enum esp_idf_bindgen::smartconfig_event_t

#[repr(u32)]pub enum smartconfig_event_t {
    SC_EVENT_SCAN_DONE,
    SC_EVENT_FOUND_CHANNEL,
    SC_EVENT_GOT_SSID_PSWD,
    SC_EVENT_SEND_ACK_DONE,
}

Smartconfig event declarations

Variants

SC_EVENT_SCAN_DONE

< ESP32 station smartconfig has finished to scan for APs

SC_EVENT_FOUND_CHANNEL

< ESP32 station smartconfig has found the channel of the target AP

SC_EVENT_GOT_SSID_PSWD

< ESP32 station smartconfig got the SSID and password

SC_EVENT_SEND_ACK_DONE

< ESP32 station smartconfig has sent ACK to cellphone

Trait Implementations

impl Clone for smartconfig_event_t[src]

impl Copy for smartconfig_event_t[src]

impl Debug for smartconfig_event_t[src]

impl Eq for smartconfig_event_t[src]

impl Hash for smartconfig_event_t[src]

impl PartialEq<smartconfig_event_t> for smartconfig_event_t[src]

impl StructuralEq for smartconfig_event_t[src]

impl StructuralPartialEq for smartconfig_event_t[src]

Auto Trait Implementations

impl Send for smartconfig_event_t

impl Sync for smartconfig_event_t

impl Unpin for smartconfig_event_t

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.