Type Alias wlancfg_lib::util::listener::ApMessage

source ·
pub type ApMessage = Message<AccessPointStateUpdatesProxy, ApStatesUpdate>;

Aliased Type§

enum ApMessage {
    NewListener(AccessPointStateUpdatesProxy),
    NotifyListeners(ApStatesUpdate),
}

Variants§

§

NewListener(AccessPointStateUpdatesProxy)

Sent if a new listener wants to register itself for future updates.

§

NotifyListeners(ApStatesUpdate)

Sent if an entity wants to notify all listeners about a state change.