class SyntheticClockSetRateResult

Defined at line 5588 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

SyntheticClockSetRateResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
SyntheticClockSetRateResult & err (int32_t value)

Sets the union to hold the err member.

void SyntheticClockSetRateResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 5598 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits