class DeviceWriteConfig16Result

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void DeviceWriteConfig16Result (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits