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