class DeviceStartAdbResult
Defined at line 454 of file fidling/gen/sdk/fidl/fuchsia.hardware.adb/fuchsia.hardware.adb/cpp/fidl/fuchsia.hardware.adb/cpp/natural_types.h
Public Methods
void DeviceStartAdbResult (DeviceStartAdbResult && other)
DeviceStartAdbResult & operator= (DeviceStartAdbResult && other)
void DeviceStartAdbResult (const DeviceStartAdbResult & other)
DeviceStartAdbResult & operator= (const DeviceStartAdbResult & other)
bool operator== (const DeviceStartAdbResult & other)
bool operator!= (const DeviceStartAdbResult & other)
::fuchsia_hardware_adb::DeviceStartAdbResult::Tag Which ()
DeviceStartAdbResult WithResponse (::fuchsia_hardware_adb::DeviceStartAdbResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
DeviceStartAdbResult & response (::fuchsia_hardware_adb::DeviceStartAdbResponse value)
Sets the union to hold the response member.
DeviceStartAdbResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
DeviceStartAdbResult & err (int32_t value)
Sets the union to hold the err member.
void DeviceStartAdbResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 462 of file fidling/gen/sdk/fidl/fuchsia.hardware.adb/fuchsia.hardware.adb/cpp/fidl/fuchsia.hardware.adb/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits