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