class ChannelSendResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the framework_err member.

void ChannelSendResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits