template <>
class WireWeakOnewayClientImpl
Defined at line 3627 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()`.
Allocates 32 bytes of message buffer on the stack. No heap allocation necessary.
::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.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.