template <>
class WireSyncClientImpl
Defined at line 246 of file fidling/gen/sdk/fidl/fuchsia.ui.pointerinjector/fuchsia.ui.pointerinjector/cpp/fidl/fuchsia.ui.pointerinjector/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_pointerinjector::Registry>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_ui_pointerinjector::Registry::Register> Register (::fuchsia_ui_pointerinjector::wire::Config config, ::fidl::ServerEnd< ::fuchsia_ui_pointerinjector::Device> && injector)
Sets up a context for a |Device|, the target for the |Device|, and
directs the |Device| at the target via a viewport, positioned in the
context. These parameters are specified in a |Config|.
If |config| is invalid (e.g., missing important data), the |Device|
request will be denied: the channel will be closed.
The return event tells the caller that (1) the server has processed the
call, and (2) the |Device| is connected.
Allocates 400 bytes of message buffer on the stack. No heap allocation necessary.