class EmulatorAddLowEnergyPeerResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

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

Friends

class NaturalUnionCodingTraits