class ScoConnectionReadResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the framework_err member.

void ScoConnectionReadResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits