class ControlCreateRingBufferResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

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

Friends

class NaturalUnionCodingTraits