class AudioOffloadControllerStopResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the framework_err member.

void AudioOffloadControllerStopResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits