class DeviceReadConfig16Result

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void DeviceReadConfig16Result (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits