template <>
class WireSyncClientImpl
Defined at line 286 of file fidling/gen/sdk/fidl/fuchsia.input.interaction/fuchsia.input.interaction/cpp/fidl/fuchsia.input.interaction/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_interaction::Notifier>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_input_interaction::Notifier::WatchState> WatchState ()
Subscribe to changes in the system's state with a hanging-get FIDL
pattern.
The server will always respond immediately with the initial state,
and after that whenever the system's state changes.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.