class ObserverGetReferenceClockResult
Defined at line 3669 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/natural_types.h
Public Methods
void ObserverGetReferenceClockResult (ObserverGetReferenceClockResult && other)
ObserverGetReferenceClockResult & operator= (ObserverGetReferenceClockResult && other)
::fuchsia_audio_device::ObserverGetReferenceClockResult::Tag Which ()
ObserverGetReferenceClockResult WithResponse (::fuchsia_audio_device::ObserverGetReferenceClockResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ObserverGetReferenceClockResult & response (::fuchsia_audio_device::ObserverGetReferenceClockResponse value)
Sets the union to hold the response member.
ObserverGetReferenceClockResult WithErr (::fuchsia_audio_device::ObserverGetReferenceClockError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ObserverGetReferenceClockResult & err (::fuchsia_audio_device::ObserverGetReferenceClockError value)
Sets the union to hold the err member.
ObserverGetReferenceClockResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
ObserverGetReferenceClockResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void ObserverGetReferenceClockResult (::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 3680 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits