class InterruptAttributorGetInterruptInfoRequest

Defined at line 126 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 InterruptAttributorGetInterruptInfoRequest (InterruptAttributorGetInterruptInfoRequest && other)
InterruptAttributorGetInterruptInfoRequest & operator= (InterruptAttributorGetInterruptInfoRequest && other)
void InterruptAttributorGetInterruptInfoRequest (const InterruptAttributorGetInterruptInfoRequest & other)
InterruptAttributorGetInterruptInfoRequest & operator= (const InterruptAttributorGetInterruptInfoRequest & other)
bool operator== (const InterruptAttributorGetInterruptInfoRequest & other)
bool operator!= (const InterruptAttributorGetInterruptInfoRequest & other)
::fuchsia_hardware_platform_bus::InterruptAttributorGetInterruptInfoRequest::Tag Which ()
InterruptAttributorGetInterruptInfoRequest WithInterruptVector (uint32_t val)
const ::fidl::internal::UnionMemberView<1, Storage_> interrupt_vector ()
::fidl::internal::UnionMemberView<1, Storage_> interrupt_vector ()
InterruptAttributorGetInterruptInfoRequest & interrupt_vector (uint32_t value)

The vector the interrupt controller uses to refer to this interrupt.

InterruptAttributorGetInterruptInfoRequest WithInterruptKoid (uint64_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> interrupt_koid ()
::fidl::internal::UnionMemberView<2, Storage_> interrupt_koid ()
InterruptAttributorGetInterruptInfoRequest & interrupt_koid (uint64_t value)

The koid of the interrupt object that triggered the interrupt.

void InterruptAttributorGetInterruptInfoRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kInterruptVector 1
kInterruptKoid 2

TODO: share union tag types between wire

&

natural.

Defined at line 136 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