template <>
class Server
Defined at line 569 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/natural_messaging.h
Public Methods
void OnAccessibilityActionRequested (OnAccessibilityActionRequestedRequest & 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 (HitTestRequest & request, HitTestCompleter::Sync & completer)
Asks the semantics provider to perform hit testing and return the result.
void OnSemanticsModeChanged (OnSemanticsModeChangedRequest & 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 Server ()
Defined at line 572 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/natural_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 ~Server ()
Defined at line 573 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/natural_messaging.h