class CompositeGetPropertiesResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the framework_err member.

void CompositeGetPropertiesResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits