class HciTransportSendResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the framework_err member.

void HciTransportSendResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits