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