template <>
class WireSyncClientImpl
Defined at line 2579 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/cpp/fidl/fuchsia.ui.test.input/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_ui_test_input::Registry>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_ui_test_input::Registry::RegisterTouchScreen> RegisterTouchScreen (::fuchsia_ui_test_input::wire::RegistryRegisterTouchScreenRequest RegistryRegisterTouchScreenRequest)
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.
Allocates 104 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_ui_test_input::Registry::RegisterTouchScreenAndGetDeviceInfo> RegisterTouchScreenAndGetDeviceInfo (::fuchsia_ui_test_input::wire::RegistryRegisterTouchScreenAndGetDeviceInfoRequest RegistryRegisterTouchScreenAndGetDeviceInfoRequest)
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.
Allocates 88 bytes of request buffer on the stack. Response is heap-allocated.
::fidl::WireResult< ::fuchsia_ui_test_input::Registry::RegisterMediaButtonsDevice> RegisterMediaButtonsDevice (::fuchsia_ui_test_input::wire::RegistryRegisterMediaButtonsDeviceRequest RegistryRegisterMediaButtonsDeviceRequest)
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.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_ui_test_input::Registry::RegisterMediaButtonsDeviceAndGetDeviceInfo> RegisterMediaButtonsDeviceAndGetDeviceInfo (::fuchsia_ui_test_input::wire::RegistryRegisterMediaButtonsDeviceAndGetDeviceInfoRequest RegistryRegisterMediaButtonsDeviceAndGetDeviceInfoRequest)
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.
Allocates 40 bytes of request buffer on the stack. Response is heap-allocated.
::fidl::WireResult< ::fuchsia_ui_test_input::Registry::RegisterKeyboard> RegisterKeyboard (::fuchsia_ui_test_input::wire::RegistryRegisterKeyboardRequest RegistryRegisterKeyboardRequest)
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.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_ui_test_input::Registry::RegisterKeyboardAndGetDeviceInfo> RegisterKeyboardAndGetDeviceInfo (::fuchsia_ui_test_input::wire::RegistryRegisterKeyboardAndGetDeviceInfoRequest RegistryRegisterKeyboardAndGetDeviceInfoRequest)
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.
Allocates 40 bytes of request buffer on the stack. Response is heap-allocated.
::fidl::WireResult< ::fuchsia_ui_test_input::Registry::RegisterMouse> RegisterMouse (::fuchsia_ui_test_input::wire::RegistryRegisterMouseRequest RegistryRegisterMouseRequest)
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.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_ui_test_input::Registry::RegisterMouseAndGetDeviceInfo> RegisterMouseAndGetDeviceInfo (::fuchsia_ui_test_input::wire::RegistryRegisterMouseAndGetDeviceInfoRequest RegistryRegisterMouseAndGetDeviceInfoRequest)
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.
Allocates 40 bytes of request buffer on the stack. Response is heap-allocated.