class DeviceReadResponse

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

Public Methods

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

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

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

void DeviceReadResponse (DeviceReadResponse && )

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

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

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

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

Setter for data.

void DeviceReadResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits