class AudioDirectionExtSetPriorityResult
Defined at line 668 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/natural_types.h
Public Methods
void AudioDirectionExtSetPriorityResult (AudioDirectionExtSetPriorityResult && other)
AudioDirectionExtSetPriorityResult & operator= (AudioDirectionExtSetPriorityResult && other)
void AudioDirectionExtSetPriorityResult (const AudioDirectionExtSetPriorityResult & other)
AudioDirectionExtSetPriorityResult & operator= (const AudioDirectionExtSetPriorityResult & other)
bool operator== (const AudioDirectionExtSetPriorityResult & other)
bool operator!= (const AudioDirectionExtSetPriorityResult & other)
::fuchsia_bluetooth_bredr::AudioDirectionExtSetPriorityResult::Tag Which ()
AudioDirectionExtSetPriorityResult WithResponse (::fuchsia_bluetooth_bredr::AudioDirectionExtSetPriorityResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
AudioDirectionExtSetPriorityResult & response (::fuchsia_bluetooth_bredr::AudioDirectionExtSetPriorityResponse value)
Sets the union to hold the response member.
AudioDirectionExtSetPriorityResult WithErr (::fuchsia_bluetooth::ErrorCode val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
AudioDirectionExtSetPriorityResult & err (::fuchsia_bluetooth::ErrorCode value)
Sets the union to hold the err member.
AudioDirectionExtSetPriorityResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
AudioDirectionExtSetPriorityResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void AudioDirectionExtSetPriorityResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
| kFrameworkErr | 3 |
TODO: share union tag types between wire
&
natural.
Defined at line 679 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits