template <>

class Server

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

Public Methods

void Get (GetRequest & 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 Server ()

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

void Set (SetRequest & 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.

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 199 of file fidling/gen/sdk/fidl/fuchsia.factory.wlan/fuchsia.factory.wlan/cpp/fidl/fuchsia.factory.wlan/cpp/natural_messaging.h