class ChannelReceiveResult

Defined at line 428 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/natural_types.h

Public Methods

void ChannelReceiveResult (ChannelReceiveResult && other)
ChannelReceiveResult & operator= (ChannelReceiveResult && other)
void ChannelReceiveResult (const ChannelReceiveResult & other)
ChannelReceiveResult & operator= (const ChannelReceiveResult & other)
bool operator== (const ChannelReceiveResult & other)
bool operator!= (const ChannelReceiveResult & other)
::fuchsia_bluetooth::ChannelReceiveResult::Tag Which ()
ChannelReceiveResult WithResponse (::fuchsia_bluetooth::ChannelReceiveResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ChannelReceiveResult & response (::fuchsia_bluetooth::ChannelReceiveResponse value)

Sets the union to hold the response member.

ChannelReceiveResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<2, Storage_> framework_err ()
::fidl::internal::UnionMemberView<2, Storage_> framework_err ()
ChannelReceiveResult & framework_err (::fidl::internal::FrameworkErr value)

Sets the union to hold the framework_err member.

void ChannelReceiveResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

Defined at line 436 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits