class ControlSetDaiFormatResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

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

Friends

class NaturalUnionCodingTraits