template <>
class WireWeakAsyncClientImpl
Defined at line 951 of file fidling/gen/sdk/fidl/fuchsia.audio.effects/fuchsia.audio.effects/cpp/fidl/fuchsia.audio.effects/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::fuchsia_audio_effects::ProcessorCreator::Create> Create (::fidl::StringView name)
Create a new Processor and return it's ProcessorConfiguration.
+ request `name` A string naming the processor to create. The meaning of this
name is up to the implementor.
- response `processor_configuration` Description of the new processor.
* error A zx.Status value indicating success or failure.
The request and callback are allocated on the heap.