template <>
class WireServer
Defined at line 422 of file fidling/gen/sdk/fidl/fuchsia.ui.pointerinjector.dso/fuchsia.ui.pointerinjector.dso/cpp/fidl/fuchsia.ui.pointerinjector.dso/cpp/driver/wire_messaging.h
Pure-virtual interface to be implemented by a server.
This interface uses typed channels (i.e. |::fdf::ClientEnd
<
::fuchsia_ui_pointerinjector_dso::Device>|
and |::fdf::ServerEnd
<
::fuchsia_ui_pointerinjector_dso::Device>|).
Public Methods
void InjectEvents (::fuchsia_ui_pointerinjector::wire::DeviceInjectRequest *request,fdf::Arena &arena,InjectEventsCompleter::Sync &completer)
Injects events into a target.
Batching: The caller is expected to batch-inject all events that share the
same timestamp (e.g., multiple finger samples). There may be multiple such
batches per injection call.
void WireServer ()
Defined at line 425 of file fidling/gen/sdk/fidl/fuchsia.ui.pointerinjector.dso/fuchsia.ui.pointerinjector.dso/cpp/fidl/fuchsia.ui.pointerinjector.dso/cpp/driver/wire_messaging.h
Handler bind_handler (fdf_dispatcher_t * dispatcher)
|bind_handler| returns a handler that binds incoming connections to this
server implementation.
The returned handler borrows the server instance.
The server must outlive the provided |dispatcher|. Only after
the dispatcher is shutdown will it be safe to destroy the servers.
The server should not be moved.
void ~WireServer ()
Defined at line 426 of file fidling/gen/sdk/fidl/fuchsia.ui.pointerinjector.dso/fuchsia.ui.pointerinjector.dso/cpp/fidl/fuchsia.ui.pointerinjector.dso/cpp/driver/wire_messaging.h