template <>
class WireSyncClientImpl
Defined at line 3175 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/cpp/fidl/fuchsia.element/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_element::ViewController>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus Dismiss ()
Instructs the presenter to dismiss the associated view. Once dismissed,
the `ViewController` channel is closed with a `ZX_OK` epitaph. At this
point, it is safe to clean up any resources (such as terminating
a component) backing the view.
Clients should call `Dismiss()` prior to closing the `ViewController`
channel themselves.
Allocates 32 bytes of message buffer on the stack. No heap allocation necessary.