class RuntimeCompositeProtocolHandshakeResult
Defined at line 78 of file fidling/gen/src/devices/tests/runtime-composite-test/drivers/fuchsia.runtime.composite.test/cpp/fidl/fuchsia.runtime.composite.test/cpp/natural_types.h
Public Methods
void RuntimeCompositeProtocolHandshakeResult (RuntimeCompositeProtocolHandshakeResult && other)
RuntimeCompositeProtocolHandshakeResult & operator= (RuntimeCompositeProtocolHandshakeResult && other)
void RuntimeCompositeProtocolHandshakeResult (const RuntimeCompositeProtocolHandshakeResult & other)
RuntimeCompositeProtocolHandshakeResult & operator= (const RuntimeCompositeProtocolHandshakeResult & other)
bool operator== (const RuntimeCompositeProtocolHandshakeResult & other)
bool operator!= (const RuntimeCompositeProtocolHandshakeResult & other)
::fuchsia_runtime_composite_test::RuntimeCompositeProtocolHandshakeResult::Tag Which ()
RuntimeCompositeProtocolHandshakeResult WithResponse (::fuchsia_runtime_composite_test::RuntimeCompositeProtocolHandshakeResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
RuntimeCompositeProtocolHandshakeResult & response (::fuchsia_runtime_composite_test::RuntimeCompositeProtocolHandshakeResponse value)
Sets the union to hold the response member.
RuntimeCompositeProtocolHandshakeResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
RuntimeCompositeProtocolHandshakeResult & err (int32_t value)
Sets the union to hold the err member.
void RuntimeCompositeProtocolHandshakeResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 86 of file fidling/gen/src/devices/tests/runtime-composite-test/drivers/fuchsia.runtime.composite.test/cpp/fidl/fuchsia.runtime.composite.test/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits