template <>
class WireWeakAsyncBufferClientImpl
Defined at line 10084 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireBufferThenable< ::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.
Caller provides the backing storage for FIDL message.
::fidl::internal::WireBufferThenable< ::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.
Caller provides the backing storage for FIDL message.