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