class PacketStreamControlGetPropertiesResult
Defined at line 3816 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/natural_types.h
Public Methods
void PacketStreamControlGetPropertiesResult (PacketStreamControlGetPropertiesResult && other)
PacketStreamControlGetPropertiesResult & operator= (PacketStreamControlGetPropertiesResult && other)
void PacketStreamControlGetPropertiesResult (const PacketStreamControlGetPropertiesResult & other)
PacketStreamControlGetPropertiesResult & operator= (const PacketStreamControlGetPropertiesResult & other)
bool operator== (const PacketStreamControlGetPropertiesResult & other)
bool operator!= (const PacketStreamControlGetPropertiesResult & other)
::fuchsia_hardware_audio::PacketStreamControlGetPropertiesResult::Tag Which ()
PacketStreamControlGetPropertiesResult WithResponse (::fuchsia_hardware_audio::PacketStreamControlGetPropertiesResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
PacketStreamControlGetPropertiesResult & response (::fuchsia_hardware_audio::PacketStreamControlGetPropertiesResponse value)
Sets the union to hold the response member.
PacketStreamControlGetPropertiesResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<2, Storage_> framework_err ()
::fidl::internal::UnionMemberView<2, Storage_> framework_err ()
PacketStreamControlGetPropertiesResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void PacketStreamControlGetPropertiesResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kFrameworkErr | 3 |
TODO: share union tag types between wire
&
natural.
Defined at line 3826 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits