template <>
class WireServer
Defined at line 585 of file fidling/gen/sdk/fidl/fuchsia.factory.wlan/fuchsia.factory.wlan/cpp/fidl/fuchsia.factory.wlan/cpp/wire_messaging.h
Pure-virtual interface to be implemented by a server.
This interface uses typed channels (i.e. |::fidl::ClientEnd
<
::fuchsia_factory_wlan::Iovar>|
and |::fidl::ServerEnd
<
::fuchsia_factory_wlan::Iovar>|).
Public Methods
void Get (::fuchsia_factory_wlan::wire::IovarGetRequest * request, GetCompleter::Sync & completer)
+ request `iface_idx` interface index in the firmware
+ request `cmd` pre-defined command index specified by the manufacturer
+ request `request` additional data associated with the command
- response `result` pre-formatted response data retrieved from firmware
* error a status code indicating why the request could not be completed.
void Set (::fuchsia_factory_wlan::wire::IovarSetRequest * request, SetCompleter::Sync & completer)
+ request `iface_idx` interface index in the firmware
+ request `cmd` pre-defined command index specified by the manufacturer
+ request `request` additional data associated with the command
* error a status code indicating why the request could not be completed.
void WireServer ()
Defined at line 588 of file fidling/gen/sdk/fidl/fuchsia.factory.wlan/fuchsia.factory.wlan/cpp/fidl/fuchsia.factory.wlan/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 589 of file fidling/gen/sdk/fidl/fuchsia.factory.wlan/fuchsia.factory.wlan/cpp/fidl/fuchsia.factory.wlan/cpp/wire_messaging.h