template <>
class WireWeakSyncClientImpl
Defined at line 10103 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/wire_messaging.h
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.