template <>
class WireSyncClientImpl
Defined at line 183 of file fidling/gen/sdk/fidl/fuchsia.input.virtualkeyboard/fuchsia.input.virtualkeyboard/cpp/fidl/fuchsia.input.virtualkeyboard/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_input_virtualkeyboard::ControllerCreator>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus Create (::fuchsia_ui_views::wire::ViewRef && view_ref, ::fuchsia_input_virtualkeyboard::wire::TextType text_type, ::fidl::ServerEnd< ::fuchsia_input_virtualkeyboard::Controller> && controller_request)
Requests that the `Controller` at the other end of the
`server_end:Controller` channel be associated with the `View`
referenced by `view_ref`.
When `Controller.RequestShow()` is called, the `Controller`
implementer will will attempt to provide a keyboard optimized
for the entry of `text_type` (unless the type is overridden by a
call to `Controller.SetType()`).
Implementers of `ControllerCreator` _should_ use knowledge of
the associated `View`'s focus state to apply access controls to
calls made on `Controller`. See documentation of the `Controller`
methods for further details.
Consumers of `ControllerCreator` may freely drop their Creator
connection, without affecting their Controller(s).
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.