template <>
class WireWeakOnewayClientImpl
Defined at line 885 of file fidling/gen/sdk/fidl/fuchsia.ui.pointerinjector/fuchsia.ui.pointerinjector/cpp/fidl/fuchsia.ui.pointerinjector/cpp/wire_messaging.h
Public Methods
::fidl::OneWayStatus InjectEvents (::fidl::VectorView< ::fuchsia_ui_pointerinjector::wire::Event> events)
Injects events into a target.
Batching: The caller is expected to batch-inject all events that share the
same timestamp (e.g., multiple finger samples). There may be multiple such
batches per injection call.
Allocates 16 bytes of response buffer on the stack. Request is heap-allocated.