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