template <>
class WireServer
Defined at line 3948 of file fidling/gen/sdk/fidl/fuchsia.wlan.device/fuchsia.wlan.device/cpp/fidl/fuchsia.wlan.device/cpp/wire_messaging.h
Pure-virtual interface to be implemented by a server.
This interface uses typed channels (i.e. |::fidl::ClientEnd
<
::fuchsia_wlan_device::Phy>|
and |::fidl::ServerEnd
<
::fuchsia_wlan_device::Phy>|).
Public Methods
void GetSupportedMacRoles (GetSupportedMacRolesCompleter::Sync & completer)
void CreateIface (::fuchsia_wlan_device::wire::PhyCreateIfaceRequest * request, CreateIfaceCompleter::Sync & completer)
void DestroyIface (::fuchsia_wlan_device::wire::PhyDestroyIfaceRequest * request, DestroyIfaceCompleter::Sync & completer)
void SetCountry (::fuchsia_wlan_device::wire::PhySetCountryRequest * request, SetCountryCompleter::Sync & completer)
void GetCountry (GetCountryCompleter::Sync & completer)
void ClearCountry (ClearCountryCompleter::Sync & completer)
void SetPowerSaveMode (::fuchsia_wlan_device::wire::PhySetPowerSaveModeRequest * 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 (::fuchsia_wlan_device::wire::PhySetBtCoexistenceModeRequest * request, SetBtCoexistenceModeCompleter::Sync & completer)
void SetTxPowerScenario (::fuchsia_wlan_device::wire::PhySetTxPowerScenarioRequest * request, SetTxPowerScenarioCompleter::Sync & completer)
void ResetTxPowerScenario (ResetTxPowerScenarioCompleter::Sync & completer)
void GetTxPowerScenario (GetTxPowerScenarioCompleter::Sync & completer)
void WireServer ()
Defined at line 3951 of file fidling/gen/sdk/fidl/fuchsia.wlan.device/fuchsia.wlan.device/cpp/fidl/fuchsia.wlan.device/cpp/wire_messaging.h
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 ~WireServer ()
Defined at line 3952 of file fidling/gen/sdk/fidl/fuchsia.wlan.device/fuchsia.wlan.device/cpp/fidl/fuchsia.wlan.device/cpp/wire_messaging.h