class AudioWatch2Result
Defined at line 1278 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/natural_types.h
Public Methods
void AudioWatch2Result (AudioWatch2Result && other)
AudioWatch2Result & operator= (AudioWatch2Result && other)
void AudioWatch2Result (const AudioWatch2Result & other)
AudioWatch2Result & operator= (const AudioWatch2Result & other)
bool operator== (const AudioWatch2Result & other)
bool operator!= (const AudioWatch2Result & other)
::fuchsia_settings::AudioWatch2Result::Tag Which ()
AudioWatch2Result WithResponse (::fuchsia_settings::AudioWatch2Response val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
AudioWatch2Result & response (::fuchsia_settings::AudioWatch2Response value)
Sets the union to hold the response member.
AudioWatch2Result WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<2, Storage_> framework_err ()
::fidl::internal::UnionMemberView<2, Storage_> framework_err ()
AudioWatch2Result & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void AudioWatch2Result (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kFrameworkErr | 3 |
TODO: share union tag types between wire
&
natural.
Defined at line 1288 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits