class RingBufferSetActiveChannelsResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

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

Friends

class NaturalUnionCodingTraits