class BusSetEventResult
Defined at line 319 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 BusSetEventResult (BusSetEventResult && other)
BusSetEventResult & operator= (BusSetEventResult && other)
void BusSetEventResult (const BusSetEventResult & other)
BusSetEventResult & operator= (const BusSetEventResult & other)
bool operator== (const BusSetEventResult & other)
bool operator!= (const BusSetEventResult & other)
::fuchsia_hardware_goldfish_pipe::BusSetEventResult::Tag Which ()
BusSetEventResult WithResponse (::fuchsia_hardware_goldfish_pipe::BusSetEventResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
BusSetEventResult & response (::fuchsia_hardware_goldfish_pipe::BusSetEventResponse value)
Sets the union to hold the response member.
BusSetEventResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
BusSetEventResult & err (int32_t value)
Sets the union to hold the err member.
void BusSetEventResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 327 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