template <>
class WireSyncClientImpl
Defined at line 1745 of file fidling/gen/sdk/fidl/fuchsia.hardware.radar/fuchsia.hardware.radar/cpp/fidl/fuchsia.hardware.radar/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_hardware_radar::RadarBurstReaderProvider>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::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.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.