class SpiImplUnlockBusResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void SpiImplUnlockBusResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits