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