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