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