class PeerSetLeAdvertisementResult

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

Public Methods

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

Sets the union to hold the response member.

PeerSetLeAdvertisementResult WithErr (::fuchsia_hardware_bluetooth::EmulatorPeerError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
PeerSetLeAdvertisementResult & err (::fuchsia_hardware_bluetooth::EmulatorPeerError value)

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

void PeerSetLeAdvertisementResult (::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 1582 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits