template <>
class WireWeakAsyncClientImpl
Defined at line 10061 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::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.
The request and callback are allocated on the heap.
::fidl::internal::WireThenable< ::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.
The request and callback are allocated on the heap.