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