template <>
class WireWeakAsyncClientImpl
Defined at line 6796 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/cpp/fidl/fuchsia.ui.test.input/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::fuchsia_ui_test_input::Keyboard::SimulateUsAsciiTextEntry> SimulateUsAsciiTextEntry (::fuchsia_ui_test_input::wire::KeyboardSimulateUsAsciiTextEntryRequest KeyboardSimulateUsAsciiTextEntryRequest)
Simulates input of the set of keystrokes required to type `text`,
as if on a US QWERTY keyboard.
US ASCII text get mapped to the corresponding key presses.
For example `a` gets mapped into a press and
a followup release of the key `a` on the US QWERTY keyboard. Also,
`A` gets mapped into a press of the `Shift` key, followed by a press
and release of `a`.
For convenience, the `
` and `
` get converted into `Enter` and `Tab`
keys respectively.
The request and callback are allocated on the heap.
::fidl::internal::WireThenable< ::fuchsia_ui_test_input::Keyboard::SimulateKeyEvent> SimulateKeyEvent (::fuchsia_ui_test_input::wire::KeyboardSimulateKeyEventRequest KeyboardSimulateKeyEventRequest)
Simulate a key event by a keyboard input report.
KeyboardInputReport includes a list of keys that are currently pressing
down. The report can represent key down / up by comparing with previous
reports received.
The request and callback are allocated on the heap.
::fidl::internal::WireThenable< ::fuchsia_ui_test_input::Keyboard::SimulateKeyPress> SimulateKeyPress (::fuchsia_ui_test_input::wire::KeyboardSimulateKeyPressRequest KeyboardSimulateKeyPressRequest)
Simulate one key press includes down and up event.
Allocates 40 bytes of request buffer on the stack. The callback is stored on the heap.