class DeviceReadConfig32Result

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void DeviceReadConfig32Result (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits