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