template <>
class NaturalClientImpl
Defined at line 687 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/cpp/fidl/fuchsia.ui.test.input/cpp/natural_messaging.h
Public Methods
::fidl::internal::NaturalThenable< ::fuchsia_ui_test_input::Registry::RegisterTouchScreen> RegisterTouchScreen (::fidl::Request< ::fuchsia_ui_test_input::Registry::RegisterTouchScreen> request)
Enables the client to inject touch events using the corresponding
client end to `device`.
Clients are allowed at most one in-flight call at a time. Subsequent
calls must wait until the acknowledgment returns. Non-compliance
results in channel closure.
The `fuchsia.ui.test.input.TouchScreen` channel will remain open even
if the `Registry` connection closes.
::fidl::internal::NaturalThenable< ::fuchsia_ui_test_input::Registry::RegisterTouchScreenAndGetDeviceInfo> RegisterTouchScreenAndGetDeviceInfo (::fidl::Request< ::fuchsia_ui_test_input::Registry::RegisterTouchScreenAndGetDeviceInfo> request)
Enables the client to inject touch events using the corresponding
client end to `device`. Returns device_id of the created device.
Clients are allowed at most one in-flight call at a time. Subsequent
calls must wait until the acknowledgment returns. Non-compliance
results in channel closure.
The `fuchsia.ui.test.input.TouchScreen` channel will remain open even
if the `Registry` connection closes.
::fidl::internal::NaturalThenable< ::fuchsia_ui_test_input::Registry::RegisterMediaButtonsDevice> RegisterMediaButtonsDevice (::fidl::Request< ::fuchsia_ui_test_input::Registry::RegisterMediaButtonsDevice> request)
Enables the client to inject media buttons events using the
corresponding client end to `device`.
Clients are allowed at most one in-flight call at a time. Subsequent
calls must wait until the acknowledgment returns. Non-compliance
results in channel closure.
The `fuchsia.ui.test.input.MediaButtonsDevice` channel will remain open
even if the `Registry` connection closes.
::fidl::internal::NaturalThenable< ::fuchsia_ui_test_input::Registry::RegisterMediaButtonsDeviceAndGetDeviceInfo> RegisterMediaButtonsDeviceAndGetDeviceInfo (::fidl::Request< ::fuchsia_ui_test_input::Registry::RegisterMediaButtonsDeviceAndGetDeviceInfo> request)
Enables the client to inject media buttons events using the
corresponding client end to `device`. Returns device_id of the created device.
Clients are allowed at most one in-flight call at a time. Subsequent
calls must wait until the acknowledgment returns. Non-compliance
results in channel closure.
The `fuchsia.ui.test.input.MediaButtonsDevice` channel will remain open
even if the `Registry` connection closes.
::fidl::internal::NaturalThenable< ::fuchsia_ui_test_input::Registry::RegisterKeyboard> RegisterKeyboard (::fidl::Request< ::fuchsia_ui_test_input::Registry::RegisterKeyboard> request)
Enables the client to inject keyboard events using the corresponding
client end to `device`.
Clients are allowed at most one in-flight call at a time. Subsequent
calls must wait until the acknowledgment returns. Non-compliance
results in channel closure.
The `fuchsia.ui.test.input.Keyboard` channel will remain open even
if the `Registry` connection closes.
::fidl::internal::NaturalThenable< ::fuchsia_ui_test_input::Registry::RegisterKeyboardAndGetDeviceInfo> RegisterKeyboardAndGetDeviceInfo (::fidl::Request< ::fuchsia_ui_test_input::Registry::RegisterKeyboardAndGetDeviceInfo> request)
Enables the client to inject keyboard events using the corresponding
client end to `device`. Returns device_id of the created device.
Clients are allowed at most one in-flight call at a time. Subsequent
calls must wait until the acknowledgment returns. Non-compliance
results in channel closure.
The `fuchsia.ui.test.input.Keyboard` channel will remain open even
if the `Registry` connection closes.
::fidl::internal::NaturalThenable< ::fuchsia_ui_test_input::Registry::RegisterMouse> RegisterMouse (::fidl::Request< ::fuchsia_ui_test_input::Registry::RegisterMouse> request)
Enables the client to inject mouse events using the corresponding
client end to `device`.
Clients are allowed at most one in-flight call at a time. Subsequent
calls must wait until the acknowledgment returns. Non-compliance
results in channel closure.
The `fuchsia.ui.test.input.Mouse` channel will remain open even
if the `Registry` connection closes.
::fidl::internal::NaturalThenable< ::fuchsia_ui_test_input::Registry::RegisterMouseAndGetDeviceInfo> RegisterMouseAndGetDeviceInfo (::fidl::Request< ::fuchsia_ui_test_input::Registry::RegisterMouseAndGetDeviceInfo> request)
Enables the client to inject mouse events using the corresponding
client end to `device`. Returns device_id of the created device.
Clients are allowed at most one in-flight call at a time. Subsequent
calls must wait until the acknowledgment returns. Non-compliance
results in channel closure.
The `fuchsia.ui.test.input.Mouse` channel will remain open even
if the `Registry` connection closes.