template <>
class WireTableBuilder
Defined at line 718 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/wire_types.h
Public Methods
template <typename First = ::fidl::VectorView<::fuchsia_driver_framework::wire::NodeProperty2>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::fuchsia_driver_framework::wire::NodeProperty2>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_hardware_platform_bus::wire::Irq> & properties (First && first, Args &&... args_)
Properties for this interrupt's fragment.
Defined at line 731 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/wire_types.h
template <typename First = ::fidl::StringView, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::StringView>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_hardware_platform_bus::wire::Irq> & name (First && first, Args &&... args_)
Name that can be used to retrieve the irq using
[`fuchsia.hardware.platform.device/GetInterruptByName`].
It is valid for this to be empty, however the resource will only be able
to be retrieved using [`fuchsia.hardware.platform.device/GetInterruptById`].
Defined at line 747 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/wire_types.h
Friends
template <>
class Irq