class HciResetScoResult
Defined at line 3789 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/natural_types.h
Public Methods
void HciResetScoResult (HciResetScoResult && other)
HciResetScoResult & operator= (HciResetScoResult && other)
void HciResetScoResult (const HciResetScoResult & other)
HciResetScoResult & operator= (const HciResetScoResult & other)
bool operator== (const HciResetScoResult & other)
bool operator!= (const HciResetScoResult & other)
::fuchsia_hardware_bluetooth::HciResetScoResult::Tag Which ()
HciResetScoResult WithResponse (::fuchsia_hardware_bluetooth::HciResetScoResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
HciResetScoResult & response (::fuchsia_hardware_bluetooth::HciResetScoResponse value)
Sets the union to hold the response member.
HciResetScoResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
HciResetScoResult & err (int32_t value)
Sets the union to hold the err member.
HciResetScoResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
HciResetScoResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void HciResetScoResult (::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 3800 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits