class DeviceGetFormatResult

Defined at line 3440 of file fidling/gen/sdk/fidl/fuchsia.virtualaudio/fuchsia.virtualaudio/cpp/fidl/fuchsia.virtualaudio/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

DeviceGetFormatResult WithErr (::fuchsia_virtualaudio::Error val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
DeviceGetFormatResult & err (::fuchsia_virtualaudio::Error value)

Sets the union to hold the err member.

void DeviceGetFormatResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 3450 of file fidling/gen/sdk/fidl/fuchsia.virtualaudio/fuchsia.virtualaudio/cpp/fidl/fuchsia.virtualaudio/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits