class DeviceExchangeVectorResponse
Defined at line 309 of file fidling/gen/sdk/fidl/fuchsia.hardware.spi/fuchsia.hardware.spi/cpp/fidl/fuchsia.hardware.spi/cpp/natural_types.h
Public Methods
void DeviceExchangeVectorResponse (Storage_ storage)
void DeviceExchangeVectorResponse (int32_t status, ::std::vector<uint8_t> rxdata)
void DeviceExchangeVectorResponse ()
Default constructs a |DeviceExchangeVectorResponse| only if all of its members are default constructible.
Defined at line 320 of file fidling/gen/sdk/fidl/fuchsia.hardware.spi/fuchsia.hardware.spi/cpp/fidl/fuchsia.hardware.spi/cpp/natural_types.h
void DeviceExchangeVectorResponse (DeviceExchangeVectorResponse && )
Defined at line 323 of file fidling/gen/sdk/fidl/fuchsia.hardware.spi/fuchsia.hardware.spi/cpp/fidl/fuchsia.hardware.spi/cpp/natural_types.h
void DeviceExchangeVectorResponse (const DeviceExchangeVectorResponse & other)
DeviceExchangeVectorResponse & operator= (DeviceExchangeVectorResponse && )
Defined at line 324 of file fidling/gen/sdk/fidl/fuchsia.hardware.spi/fuchsia.hardware.spi/cpp/fidl/fuchsia.hardware.spi/cpp/natural_types.h
DeviceExchangeVectorResponse & operator= (const DeviceExchangeVectorResponse & other)
bool operator== (const DeviceExchangeVectorResponse & other)
bool operator!= (const DeviceExchangeVectorResponse & other)
int32_t status ()
int32_t & status ()
DeviceExchangeVectorResponse & status (int32_t value)
Setter for status.
const ::std::vector<uint8_t> & rxdata ()
::std::vector<uint8_t> & rxdata ()
DeviceExchangeVectorResponse & rxdata (::std::vector<uint8_t> value)
Setter for rxdata.
void DeviceExchangeVectorResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits