class RingBufferStopResult

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

Public Methods

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

Sets the union to hold the response member.

RingBufferStopResult WithErr (::fuchsia_audio_device::RingBufferStopError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
RingBufferStopResult & err (::fuchsia_audio_device::RingBufferStopError value)

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

void RingBufferStopResult (::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 1547 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits