template <>

class WireSyncBufferClientImpl

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

Public Methods

::fidl::WireUnownedResult< ::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.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::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.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_audio_device::Registry::CreateObserver> CreateObserver (::fuchsia_audio_device::wire::RegistryCreateObserverRequest RegistryCreateObserverRequest)

Request an `Observer` for the specified device.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.