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