template <>

class WireWeakAsyncClientImpl

Defined at line 7839 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/wire_messaging.h

Public Methods

::fidl::internal::WireThenable< ::fuchsia_audio_device::Registry::WatchDevicesAdded> WatchDevicesAdded ()

Register for notification when one or more devices are added.

The `devices` vector will always contain at least one `Info` entry.

Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.

::fidl::internal::WireThenable< ::fuchsia_audio_device::Registry::WatchDeviceRemoved> WatchDeviceRemoved ()

Register for notification when an (active, added) device is removed.

Because the method only notifies of one removal, upon completion it

should immediately be re-called, in case other removals have occurred.

Calls to this method will pend until the removal of a device that was

included in a previous `WatchDevicesAdded` response.

Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.

::fidl::internal::WireThenable< ::fuchsia_audio_device::Registry::CreateObserver> CreateObserver (::fuchsia_audio_device::wire::RegistryCreateObserverRequest RegistryCreateObserverRequest)

Request an `Observer` for the specified device.

Allocates 56 bytes of request buffer on the stack. The callback is stored on the heap.