class ScoConnectionSendResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the framework_err member.

void ScoConnectionSendResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits