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