class EmulatorAddBredrPeerResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

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

Friends

class NaturalUnionCodingTraits