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