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