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