template <>
class WireTableBuilder
Defined at line 6227 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/wire_types.h
Public Methods
template <typename First = ::fidl::VectorView<::fuchsia_audio_device::wire::Info>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::fuchsia_audio_device::wire::Info>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_audio_device::wire::RegistryWatchDevicesAddedResponse> & devices (First && first, Args &&... args_)
Devices added since `WatchDevicesAdded` was last called. When called
for the first time, this method returns all available audio devices
(even an empty vector, if no audio devices are present). Subsequent
calls will pend until additional devices become available.
Defined at line 6243 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/wire_types.h
Friends
template <>
class RegistryWatchDevicesAddedResponse