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