class Irq
Defined at line 507 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
::fidl::WireTableExternalBuilder< ::fuchsia_hardware_platform_bus::wire::Irq> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_platform_bus::wire::Irq>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void Irq ()
Defined at line 509 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/wire_types.h
void Irq (const Irq & other)
Defined at line 510 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/wire_types.h
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_hardware_platform_bus::wire::Irq> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fuchsia_hardware_platform_bus::wire::IrqSpec & irq ()
bool has_irq ()
::fuchsia_hardware_platform_bus::wire::ZirconInterruptMode & mode ()
Bit flag for setting the interrupt mode.
bool has_mode ()
Irq & operator= (const Irq & other)
Defined at line 511 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/wire_types.h
void Irq (Irq && other)
Defined at line 512 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/wire_types.h
Irq & operator= (Irq && other)
Defined at line 513 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/wire_types.h
::fidl::VectorView< ::fuchsia_driver_framework::wire::NodeProperty2> & properties ()
Properties for this interrupt's fragment.
bool has_properties ()
::fidl::StringView & name ()
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`].
bool has_name ()
bool & wake_vector ()
If set to true, this interrupt will wake the device out of suspend.
bool has_wake_vector ()
Irq & set_irq (::fidl::ObjectView< ::fuchsia_hardware_platform_bus::wire::IrqSpec> elem)
Irq & set_irq (std::nullptr_t )
Irq & clear_irq ()
Irq & set_mode (::fuchsia_hardware_platform_bus::wire::ZirconInterruptMode elem)
Irq & clear_mode ()
Irq & set_properties (::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_driver_framework::wire::NodeProperty2>> elem)
Irq & set_properties (std::nullptr_t )
Irq & clear_properties ()
Irq & set_name (::fidl::ObjectView< ::fidl::StringView> elem)
Irq & set_name (std::nullptr_t )
Irq & clear_name ()
Irq & set_wake_vector (bool elem)
Irq & clear_wake_vector ()
void Irq (::fidl::AnyArena & allocator)
void Irq (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_platform_bus::wire::Irq>> && frame)
This constructor allows a user controlled allocation (not using a Arena).
It should only be used when performance is key.
As soon as the frame is given to the table, it must not be used directly or for another table.
void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_platform_bus::wire::Irq>> && frame_ptr)
void ~Irq ()
Defined at line 515 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
class WireTableBaseBuilder
class WireTableBaseBuilder