class DeviceSetInterruptModeResult
Defined at line 2591 of file fidling/gen/sdk/fidl/fuchsia.hardware.pci/fuchsia.hardware.pci/cpp/fidl/fuchsia.hardware.pci/cpp/natural_types.h
Public Methods
void DeviceSetInterruptModeResult (DeviceSetInterruptModeResult && other)
DeviceSetInterruptModeResult & operator= (DeviceSetInterruptModeResult && other)
void DeviceSetInterruptModeResult (const DeviceSetInterruptModeResult & other)
DeviceSetInterruptModeResult & operator= (const DeviceSetInterruptModeResult & other)
bool operator== (const DeviceSetInterruptModeResult & other)
bool operator!= (const DeviceSetInterruptModeResult & other)
::fuchsia_hardware_pci::DeviceSetInterruptModeResult::Tag Which ()
DeviceSetInterruptModeResult WithResponse (::fuchsia_hardware_pci::DeviceSetInterruptModeResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
DeviceSetInterruptModeResult & response (::fuchsia_hardware_pci::DeviceSetInterruptModeResponse value)
Sets the union to hold the response member.
DeviceSetInterruptModeResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
DeviceSetInterruptModeResult & err (int32_t value)
Sets the union to hold the err member.
void DeviceSetInterruptModeResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 2601 of file fidling/gen/sdk/fidl/fuchsia.hardware.pci/fuchsia.hardware.pci/cpp/fidl/fuchsia.hardware.pci/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits