template <>
class WireSyncBufferClientImpl
Defined at line 1471 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/cpp/fidl/fuchsia.element/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::fuchsia_element::Manager::ProposeElement> ProposeElement (::fuchsia_element::wire::Spec spec, ::fidl::ServerEnd< ::fuchsia_element::Controller> && controller)
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fuchsia_element::Manager::RemoveElement> RemoveElement (::fidl::StringView name)
Removes the element identified by `name` from the session. If the element is a persistent
element, it is removed permanently. Any persistent storage that the element might have used
is left untouched.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.