class EmulatorPublishResult
Defined at line 1691 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/natural_types.h
Public Methods
void EmulatorPublishResult (EmulatorPublishResult && other)
EmulatorPublishResult & operator= (EmulatorPublishResult && other)
void EmulatorPublishResult (const EmulatorPublishResult & other)
EmulatorPublishResult & operator= (const EmulatorPublishResult & other)
bool operator== (const EmulatorPublishResult & other)
bool operator!= (const EmulatorPublishResult & other)
::fuchsia_hardware_bluetooth::EmulatorPublishResult::Tag Which ()
EmulatorPublishResult WithResponse (::fuchsia_hardware_bluetooth::EmulatorPublishResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
EmulatorPublishResult & response (::fuchsia_hardware_bluetooth::EmulatorPublishResponse value)
Sets the union to hold the response member.
EmulatorPublishResult WithErr (::fuchsia_hardware_bluetooth::EmulatorError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
EmulatorPublishResult & err (::fuchsia_hardware_bluetooth::EmulatorError value)
Sets the union to hold the err member.
EmulatorPublishResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
EmulatorPublishResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void EmulatorPublishResult (::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 1702 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits