class ChannelReadChannelResult
Defined at line 1031 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/wire_types.h
Public Methods
void ChannelReadChannelResult ()
void ChannelReadChannelResult (const ChannelReadChannelResult & )
Defined at line 1036 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/wire_types.h
ChannelReadChannelResult & operator= (const ChannelReadChannelResult & )
Defined at line 1037 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/wire_types.h
void ChannelReadChannelResult (ChannelReadChannelResult && )
Defined at line 1038 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 ()
ChannelReadChannelResult WithResponse (::fidl::ObjectView< ::fuchsia_fdomain::wire::ChannelMessage> val)
ChannelReadChannelResult & operator= (ChannelReadChannelResult && )
Defined at line 1039 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/wire_types.h
template <typename... Args>
ChannelReadChannelResult WithResponse (::fidl::AnyArena & allocator, Args &&... args)
Defined at line 1054 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/wire_types.h
::fuchsia_fdomain::wire::ChannelMessage & response ()
const ::fuchsia_fdomain::wire::ChannelMessage & response ()
bool is_err ()
ChannelReadChannelResult WithErr (::fidl::ObjectView< ::fuchsia_fdomain::wire::Error> val)
template <typename... Args>
ChannelReadChannelResult WithErr (::fidl::AnyArena & allocator, Args &&... args)
Defined at line 1068 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/wire_types.h
::fuchsia_fdomain::wire::Error & err ()
const ::fuchsia_fdomain::wire::Error & err ()
bool is_framework_err ()
ChannelReadChannelResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
::fidl::internal::FrameworkErr & framework_err ()
const ::fidl::internal::FrameworkErr & framework_err ()
::fuchsia_fdomain::wire::ChannelReadChannelResult::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 1041 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/wire_types.h