class SearchResultsServiceFoundResult

Defined at line 1622 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/natural_types.h

Public Methods

void SearchResultsServiceFoundResult (SearchResultsServiceFoundResult && other)
SearchResultsServiceFoundResult & operator= (SearchResultsServiceFoundResult && other)
void SearchResultsServiceFoundResult (const SearchResultsServiceFoundResult & other)
SearchResultsServiceFoundResult & operator= (const SearchResultsServiceFoundResult & other)
bool operator== (const SearchResultsServiceFoundResult & other)
bool operator!= (const SearchResultsServiceFoundResult & other)
::fuchsia_bluetooth_bredr::SearchResultsServiceFoundResult::Tag Which ()
SearchResultsServiceFoundResult WithResponse (::fuchsia_bluetooth_bredr::SearchResultsServiceFoundResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
SearchResultsServiceFoundResult & response (::fuchsia_bluetooth_bredr::SearchResultsServiceFoundResponse value)

Sets the union to hold the response member.

SearchResultsServiceFoundResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<2, Storage_> framework_err ()
::fidl::internal::UnionMemberView<2, Storage_> framework_err ()
SearchResultsServiceFoundResult & framework_err (::fidl::internal::FrameworkErr value)

Sets the union to hold the framework_err member.

void SearchResultsServiceFoundResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

Defined at line 1632 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits