template <>

class WireSyncBufferClientImpl

Defined at line 1764 of file fidling/gen/sdk/fidl/fuchsia.hardware.radar/fuchsia.hardware.radar/cpp/fidl/fuchsia.hardware.radar/cpp/wire_messaging.h

Public Methods

::fidl::WireUnownedResult< ::fuchsia_hardware_radar::RadarBurstReaderProvider::Connect> Connect (::fidl::ServerEnd< ::fuchsia_hardware_radar::RadarBurstReader> && server)

+ request `server` the `RadarBurstReader` server end for the driver to

bind to.

* error one of the following `StatusCode` values:

`BIND_ERROR`: An error was encountered while trying to bind to the

provided server channel.

`ALREADY_BOUND`: Another client has already established a

`RadarBurstReader` connection with the driver.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.