template <>

class Server

Defined at line 861 of file fidling/gen/sdk/fidl/fuchsia.wlan.device/fuchsia.wlan.device/cpp/fidl/fuchsia.wlan.device/cpp/natural_messaging.h

Public Methods

void GetSupportedMacRoles (GetSupportedMacRolesCompleter::Sync & completer)
void CreateIface (CreateIfaceRequest & request, CreateIfaceCompleter::Sync & completer)
void DestroyIface (DestroyIfaceRequest & request, DestroyIfaceCompleter::Sync & completer)
void Server ()

Defined at line 864 of file fidling/gen/sdk/fidl/fuchsia.wlan.device/fuchsia.wlan.device/cpp/fidl/fuchsia.wlan.device/cpp/natural_messaging.h

void SetCountry (SetCountryRequest & request, SetCountryCompleter::Sync & completer)
void GetCountry (GetCountryCompleter::Sync & completer)
void ClearCountry (ClearCountryCompleter::Sync & completer)
void SetPowerSaveMode (SetPowerSaveModeRequest & request, SetPowerSaveModeCompleter::Sync & completer)
void GetPowerSaveMode (GetPowerSaveModeCompleter::Sync & completer)
void PowerDown (PowerDownCompleter::Sync & completer)
void PowerUp (PowerUpCompleter::Sync & completer)
void Reset (ResetCompleter::Sync & completer)
void GetPowerState (GetPowerStateCompleter::Sync & completer)
void SetBtCoexistenceMode (SetBtCoexistenceModeRequest & request, SetBtCoexistenceModeCompleter::Sync & completer)
void SetTxPowerScenario (SetTxPowerScenarioRequest & request, SetTxPowerScenarioCompleter::Sync & completer)
void ResetTxPowerScenario (ResetTxPowerScenarioCompleter::Sync & completer)
void GetTxPowerScenario (GetTxPowerScenarioCompleter::Sync & completer)
Handler bind_handler (async_dispatcher_t * dispatcher)

|bind_handler| returns a handler that binds incoming connections to this

server implementation.

The returned handler borrows the server instance.

The server must outlive the provided |dispatcher|. Only after

the dispatcher is shutdown will it be safe to destroy the servers.

The server should not be moved.

void ~Server ()

Defined at line 865 of file fidling/gen/sdk/fidl/fuchsia.wlan.device/fuchsia.wlan.device/cpp/fidl/fuchsia.wlan.device/cpp/natural_messaging.h