class PeerWatchConnectionStatesResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the framework_err member.

void PeerWatchConnectionStatesResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits