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