class SpiImplExchangeVectorRequest
Defined at line 470 of file fidling/gen/sdk/fidl/fuchsia.hardware.spiimpl/fuchsia.hardware.spiimpl/cpp/fidl/fuchsia.hardware.spiimpl/cpp/natural_types.h
Public Methods
void SpiImplExchangeVectorRequest (Storage_ storage)
void SpiImplExchangeVectorRequest (uint32_t chip_select, ::std::vector<uint8_t> txdata)
void SpiImplExchangeVectorRequest ()
Default constructs a |SpiImplExchangeVectorRequest| only if all of its members are default constructible.
Defined at line 481 of file fidling/gen/sdk/fidl/fuchsia.hardware.spiimpl/fuchsia.hardware.spiimpl/cpp/fidl/fuchsia.hardware.spiimpl/cpp/natural_types.h
void SpiImplExchangeVectorRequest (SpiImplExchangeVectorRequest && )
Defined at line 484 of file fidling/gen/sdk/fidl/fuchsia.hardware.spiimpl/fuchsia.hardware.spiimpl/cpp/fidl/fuchsia.hardware.spiimpl/cpp/natural_types.h
void SpiImplExchangeVectorRequest (const SpiImplExchangeVectorRequest & other)
SpiImplExchangeVectorRequest & operator= (SpiImplExchangeVectorRequest && )
Defined at line 485 of file fidling/gen/sdk/fidl/fuchsia.hardware.spiimpl/fuchsia.hardware.spiimpl/cpp/fidl/fuchsia.hardware.spiimpl/cpp/natural_types.h
SpiImplExchangeVectorRequest & operator= (const SpiImplExchangeVectorRequest & other)
bool operator== (const SpiImplExchangeVectorRequest & other)
bool operator!= (const SpiImplExchangeVectorRequest & other)
uint32_t chip_select ()
uint32_t & chip_select ()
SpiImplExchangeVectorRequest & chip_select (uint32_t value)
Setter for chip_select.
const ::std::vector<uint8_t> & txdata ()
::std::vector<uint8_t> & txdata ()
SpiImplExchangeVectorRequest & txdata (::std::vector<uint8_t> value)
Setter for txdata.
void SpiImplExchangeVectorRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits