class DeviceStopAdbResult

Defined at line 562 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 class Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kErr 2

0x2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits