template <>

class WireSyncClientImpl

Defined at line 5221 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/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_sys2::ConfigOverride>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_sys2::ConfigOverride::SetStructuredConfig> SetStructuredConfig (::fidl::StringView moniker, ::fidl::VectorView< ::fuchsia_component_decl::wire::ConfigOverride> fields)

Sets structured configuration fields with override values for the

component instance identified by moniker.

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

::fidl::WireResult< ::fuchsia_sys2::ConfigOverride::UnsetStructuredConfig> UnsetStructuredConfig (::fidl::StringView moniker)

Unsets structured configuration overrides for the component instance

identified by moniker. If an empty moniker is supplied, then all

structured configuration overrides will be cleared.

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