template <>
class WireSyncBufferClientImpl
Defined at line 5243 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::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 via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::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 via an argument to `.buffer()`.