template <>

class WireSyncClientImpl

Defined at line 1452 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::Manager>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_element::Manager::ProposeElement> ProposeElement (::fuchsia_element::wire::Spec spec, ::fidl::ServerEnd< ::fuchsia_element::Controller> && controller)

Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.

::fidl::WireResult< ::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.

Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.