template <>
class WireWeakOnewayBufferClientImpl
Defined at line 3700 of file fidling/gen/sdk/fidl/fuchsia.hardware.radar/fuchsia.hardware.radar/cpp/fidl/fuchsia.hardware.radar/cpp/wire_messaging.h
Public Methods
::fidl::OneWayStatus StartBursts ()
Tells the driver to start sending bursts via `OnBurst()`.
Caller provides the backing storage for FIDL message.
::fidl::OneWayStatus UnlockVmo (uint32_t vmo_id)
Signals to the driver that the client is no longer reading the VMO. The
client must not access the VMO after calling this.
+ request `vmo_id` the ID of the VMO to return to the driver.
Caller provides the backing storage for FIDL message.