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