class DeviceWriteResult

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

Public Methods

void DeviceWriteResult ()
void DeviceWriteResult (const DeviceWriteResult & )

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

DeviceWriteResult & operator= (const DeviceWriteResult & )

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

void DeviceWriteResult (DeviceWriteResult && )

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

bool has_invalid_tag ()
bool is_response ()
DeviceWriteResult WithResponse (::fuchsia_hardware_serialimpl::wire::DeviceWriteResponse val)
DeviceWriteResult & operator= (DeviceWriteResult && )

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

::fuchsia_hardware_serialimpl::wire::DeviceWriteResponse & response ()
const ::fuchsia_hardware_serialimpl::wire::DeviceWriteResponse & response ()
bool is_err ()
DeviceWriteResult WithErr (int32_t val)
int32_t & err ()
const int32_t & err ()
bool is_framework_err ()
DeviceWriteResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
::fidl::internal::FrameworkErr & framework_err ()
const ::fidl::internal::FrameworkErr & framework_err ()
::fuchsia_hardware_serialimpl::wire::DeviceWriteResult::Tag Which ()

Enumerations

enum class Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kErr 2

0x2

kFrameworkErr 3

0x3

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