class ChannelWriteChannelResult

Defined at line 901 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/wire_types.h

Public Methods

void ChannelWriteChannelResult ()
void ChannelWriteChannelResult (const ChannelWriteChannelResult & )

Defined at line 907 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/wire_types.h

ChannelWriteChannelResult & operator= (const ChannelWriteChannelResult & )

Defined at line 908 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/wire_types.h

void ChannelWriteChannelResult (ChannelWriteChannelResult && )

Defined at line 909 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/wire_types.h

bool has_invalid_tag ()
bool is_response ()
ChannelWriteChannelResult WithResponse (::fuchsia_fdomain::wire::ChannelWriteChannelResponse val)
ChannelWriteChannelResult & operator= (ChannelWriteChannelResult && )

Defined at line 910 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/wire_types.h

::fuchsia_fdomain::wire::ChannelWriteChannelResponse & response ()
const ::fuchsia_fdomain::wire::ChannelWriteChannelResponse & response ()
bool is_err ()
ChannelWriteChannelResult WithErr (::fidl::ObjectView< ::fuchsia_fdomain::wire::WriteChannelError> val)
template <typename... Args>
ChannelWriteChannelResult WithErr (::fidl::AnyArena & allocator, Args &&... args)

Defined at line 933 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/wire_types.h

::fuchsia_fdomain::wire::WriteChannelError & err ()
const ::fuchsia_fdomain::wire::WriteChannelError & err ()
bool is_framework_err ()
ChannelWriteChannelResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
::fidl::internal::FrameworkErr & framework_err ()
const ::fidl::internal::FrameworkErr & framework_err ()
::fuchsia_fdomain::wire::ChannelWriteChannelResult::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 912 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/wire_types.h