class DeviceTransferResponse
Defined at line 216 of file fidling/gen/sdk/fidl/fuchsia.hardware.i2c/fuchsia.hardware.i2c/cpp/fidl/fuchsia.hardware.i2c/cpp/natural_types.h
Public Methods
void DeviceTransferResponse (Storage_ storage)
void DeviceTransferResponse (::std::vector< ::std::vector<uint8_t>> read_data)
void DeviceTransferResponse ()
Default constructs a |DeviceTransferResponse| only if all of its members are default constructible.
Defined at line 227 of file fidling/gen/sdk/fidl/fuchsia.hardware.i2c/fuchsia.hardware.i2c/cpp/fidl/fuchsia.hardware.i2c/cpp/natural_types.h
void DeviceTransferResponse (DeviceTransferResponse && )
Defined at line 230 of file fidling/gen/sdk/fidl/fuchsia.hardware.i2c/fuchsia.hardware.i2c/cpp/fidl/fuchsia.hardware.i2c/cpp/natural_types.h
void DeviceTransferResponse (const DeviceTransferResponse & other)
DeviceTransferResponse & operator= (DeviceTransferResponse && )
Defined at line 231 of file fidling/gen/sdk/fidl/fuchsia.hardware.i2c/fuchsia.hardware.i2c/cpp/fidl/fuchsia.hardware.i2c/cpp/natural_types.h
DeviceTransferResponse & operator= (const DeviceTransferResponse & other)
bool operator== (const DeviceTransferResponse & other)
bool operator!= (const DeviceTransferResponse & other)
const ::std::vector< ::std::vector<uint8_t>> & read_data ()
::std::vector< ::std::vector<uint8_t>> & read_data ()
DeviceTransferResponse & read_data (::std::vector< ::std::vector<uint8_t>> value)
Setter for read_data.
void DeviceTransferResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits