class SpiImplReceiveVmoResult

Defined at line 1608 of file fidling/gen/sdk/fidl/fuchsia.hardware.spiimpl/fuchsia.hardware.spiimpl/cpp/fidl/fuchsia.hardware.spiimpl/cpp/natural_types.h

Public Methods

void SpiImplReceiveVmoResult (SpiImplReceiveVmoResult && other)
SpiImplReceiveVmoResult & operator= (SpiImplReceiveVmoResult && other)
void SpiImplReceiveVmoResult (const SpiImplReceiveVmoResult & other)
SpiImplReceiveVmoResult & operator= (const SpiImplReceiveVmoResult & other)
bool operator== (const SpiImplReceiveVmoResult & other)
bool operator!= (const SpiImplReceiveVmoResult & other)
::fuchsia_hardware_spiimpl::SpiImplReceiveVmoResult::Tag Which ()
SpiImplReceiveVmoResult WithResponse (::fuchsia_hardware_spiimpl::SpiImplReceiveVmoResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
SpiImplReceiveVmoResult & response (::fuchsia_hardware_spiimpl::SpiImplReceiveVmoResponse value)

Sets the union to hold the response member.

SpiImplReceiveVmoResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
SpiImplReceiveVmoResult & err (int32_t value)

Sets the union to hold the err member.

void SpiImplReceiveVmoResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 1616 of file fidling/gen/sdk/fidl/fuchsia.hardware.spiimpl/fuchsia.hardware.spiimpl/cpp/fidl/fuchsia.hardware.spiimpl/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits