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