template <>

class WireWeakSyncClientImpl

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

Public Methods

::fidl::WireResult< ::fuchsia_factory_wlan::Iovar::Get> Get (int32_t iface_idx, int32_t cmd, ::fidl::VectorView<uint8_t> request)

+ 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.

Request is heap-allocated. Response is heap-allocated.

::fidl::WireResult< ::fuchsia_factory_wlan::Iovar::Set> Set (int32_t iface_idx, int32_t cmd, ::fidl::VectorView<uint8_t> request)

+ 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.

Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.