template <>
class WireServer
Defined at line 1651 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_messaging.h
Pure-virtual interface to be implemented by a server.
This interface uses typed channels (i.e. |::fidl::ClientEnd
<
::fuchsia_accessibility_semantics::SemanticListener>|
and |::fidl::ServerEnd
<
::fuchsia_accessibility_semantics::SemanticListener>|).
Public Methods
void OnAccessibilityActionRequested (::fuchsia_accessibility_semantics::wire::SemanticListenerOnAccessibilityActionRequestedRequest * request, OnAccessibilityActionRequestedCompleter::Sync & completer)
Asks the semantics provider to perform an accessibility action on the
node with node id in the front-end.
void HitTest (::fuchsia_accessibility_semantics::wire::SemanticListenerHitTestRequest * request, HitTestCompleter::Sync & completer)
Asks the semantics provider to perform hit testing and return the result.
void OnSemanticsModeChanged (::fuchsia_accessibility_semantics::wire::SemanticListenerOnSemanticsModeChangedRequest * request, OnSemanticsModeChangedCompleter::Sync & completer)
Callback telling the client whether or not to send updates to the semantic tree.
The semantics manager will clear all state when this is called with updates_enabled = false.
When called with updates_enabled = true, the client should sent the full state of the
current semantic tree.
void WireServer ()
Defined at line 1654 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_messaging.h
Handler bind_handler (async_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 1655 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_messaging.h