template <>

class WireTableBuilder

Defined at line 3872 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/wire_types.h

Public Methods

template <typename First = ::fuchsia_driver_framework::wire::DeviceAddress, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_driver_framework::wire::DeviceAddress>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_driver_framework::wire::BusInfo> & address (First && first, Args &&... args_)

A unique identifier that describes the identity of this device on the given bus.

Defined at line 3885 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/wire_types.h

Friends

template <>
class BusInfo