class ReadData

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

The result of one read transaction.

Public Methods

void ReadData (Storage_ storage)
void ReadData (::std::vector<uint8_t> data)
void ReadData ()

Default constructs a |ReadData| only if all of its members are default constructible.

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

void ReadData (ReadData && )

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

void ReadData (const ReadData & other)
ReadData & operator= (ReadData && )

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

ReadData & operator= (const ReadData & other)
bool operator== (const ReadData & other)
bool operator!= (const ReadData & other)
const ::std::vector<uint8_t> & data ()
::std::vector<uint8_t> & data ()
ReadData & data (::std::vector<uint8_t> value)

Setter for data.

void ReadData (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits