template <>
class AsyncEventHandler
Defined at line 77 of file fidling/gen/sdk/fidl/fuchsia.wlan.sme/fuchsia.wlan.sme/cpp/fidl/fuchsia.wlan.sme/cpp/natural_messaging.h
Public Methods
void AsyncEventHandler ()
Defined at line 81 of file fidling/gen/sdk/fidl/fuchsia.wlan.sme/fuchsia.wlan.sme/cpp/fidl/fuchsia.wlan.sme/cpp/natural_messaging.h
void OnConnectResult (::fidl::Event< ::fuchsia_wlan_sme::ConnectTransaction::OnConnectResult> & )
Return the result of the initial connection request or later SME-initiated reconnection.
void OnDisconnect (::fidl::Event< ::fuchsia_wlan_sme::ConnectTransaction::OnDisconnect> & )
Notify that the client has disconnected. If DisconnectInfo indicates that SME is
attempting to reconnect by itself, there's not need for caller to intervene for now.
void OnRoamResult (::fidl::Event< ::fuchsia_wlan_sme::ConnectTransaction::OnRoamResult> & )
Report the result of a roam attempt.
void OnSignalReport (::fidl::Event< ::fuchsia_wlan_sme::ConnectTransaction::OnSignalReport> & )
Give an update of the latest signal report.
void OnChannelSwitched (::fidl::Event< ::fuchsia_wlan_sme::ConnectTransaction::OnChannelSwitched> & )
Give an update of the channel switching.