class DeviceMapInterruptResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void DeviceMapInterruptResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits