class DeviceAdjustClockRateResult
Defined at line 3787 of file fidling/gen/sdk/fidl/fuchsia.virtualaudio/fuchsia.virtualaudio/cpp/fidl/fuchsia.virtualaudio/cpp/natural_types.h
Public Methods
void DeviceAdjustClockRateResult (DeviceAdjustClockRateResult && other)
DeviceAdjustClockRateResult & operator= (DeviceAdjustClockRateResult && other)
void DeviceAdjustClockRateResult (const DeviceAdjustClockRateResult & other)
DeviceAdjustClockRateResult & operator= (const DeviceAdjustClockRateResult & other)
bool operator== (const DeviceAdjustClockRateResult & other)
bool operator!= (const DeviceAdjustClockRateResult & other)
::fuchsia_virtualaudio::DeviceAdjustClockRateResult::Tag Which ()
DeviceAdjustClockRateResult WithResponse (::fuchsia_virtualaudio::DeviceAdjustClockRateResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
DeviceAdjustClockRateResult & response (::fuchsia_virtualaudio::DeviceAdjustClockRateResponse value)
Sets the union to hold the response member.
DeviceAdjustClockRateResult WithErr (::fuchsia_virtualaudio::Error val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
DeviceAdjustClockRateResult & err (::fuchsia_virtualaudio::Error value)
Sets the union to hold the err member.
void DeviceAdjustClockRateResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 3797 of file fidling/gen/sdk/fidl/fuchsia.virtualaudio/fuchsia.virtualaudio/cpp/fidl/fuchsia.virtualaudio/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits