template <>

class WireWeakAsyncClientImpl

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

Public Methods

::fidl::internal::WireThenable< ::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.

The request and callback are allocated on the heap.

::fidl::internal::WireThenable< ::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.

The request and callback are allocated on the heap.