class DeviceAckInterruptResult

Defined at line 2212 of file fidling/gen/sdk/fidl/fuchsia.hardware.pci/fuchsia.hardware.pci/cpp/fidl/fuchsia.hardware.pci/cpp/natural_types.h

Public Methods

void DeviceAckInterruptResult (DeviceAckInterruptResult && other)
DeviceAckInterruptResult & operator= (DeviceAckInterruptResult && other)
void DeviceAckInterruptResult (const DeviceAckInterruptResult & other)
DeviceAckInterruptResult & operator= (const DeviceAckInterruptResult & other)
bool operator== (const DeviceAckInterruptResult & other)
bool operator!= (const DeviceAckInterruptResult & other)
::fuchsia_hardware_pci::DeviceAckInterruptResult::Tag Which ()
DeviceAckInterruptResult WithResponse (::fuchsia_hardware_pci::DeviceAckInterruptResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
DeviceAckInterruptResult & response (::fuchsia_hardware_pci::DeviceAckInterruptResponse value)

Sets the union to hold the response member.

DeviceAckInterruptResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
DeviceAckInterruptResult & err (int32_t value)

Sets the union to hold the err member.

void DeviceAckInterruptResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 2222 of file fidling/gen/sdk/fidl/fuchsia.hardware.pci/fuchsia.hardware.pci/cpp/fidl/fuchsia.hardware.pci/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits