class IrqSpec
Defined at line 501 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/natural_types.h
Public Methods
void IrqSpec (IrqSpec && other)
IrqSpec & operator= (IrqSpec && other)
void IrqSpec (const IrqSpec & other)
IrqSpec & operator= (const IrqSpec & other)
bool operator== (const IrqSpec & other)
bool operator!= (const IrqSpec & other)
bool IsUnknown ()
::fuchsia_hardware_platform_bus::IrqSpec::Tag Which ()
IrqSpec WithIrq (uint32_t val)
const ::fidl::internal::UnionMemberView<1, Storage_> irq ()
::fidl::internal::UnionMemberView<1, Storage_> irq ()
IrqSpec & irq (uint32_t value)
The irq number of a kernel-provided interrupt.
IrqSpec WithUserspaceIrq (::fuchsia_hardware_platform_bus::UserspaceIrq val)
const ::fidl::internal::UnionMemberView<2, Storage_> userspace_irq ()
::fidl::internal::UnionMemberView<2, Storage_> userspace_irq ()
IrqSpec & userspace_irq (::fuchsia_hardware_platform_bus::UserspaceIrq value)
The specification for a userspace-provided interrupt.
void IrqSpec (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum class Tag : fidl_xunion_tag_t
| Name | Value | Comments |
|---|---|---|
| kIrq | 1 |
0x1 |
| kUserspaceIrq | 2 |
0x2 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() | -- |
TODO: share union tag types between wire
&
natural.
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/natural_types.h
Friends
class NaturalUnionCodingTraits