template <>
class WireSyncBufferClientImpl
Defined at line 493 of file fidling/gen/sdk/fidl/fuchsia.factory.wlan/fuchsia.factory.wlan/cpp/fidl/fuchsia.factory.wlan/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.