class DeviceClearFunctionsResult

Defined at line 756 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.peripheral/fuchsia.hardware.usb.peripheral/cpp/fidl/fuchsia.hardware.usb.peripheral/cpp/natural_types.h

Public Methods

void DeviceClearFunctionsResult (DeviceClearFunctionsResult && other)
DeviceClearFunctionsResult & operator= (DeviceClearFunctionsResult && other)
void DeviceClearFunctionsResult (const DeviceClearFunctionsResult & other)
DeviceClearFunctionsResult & operator= (const DeviceClearFunctionsResult & other)
bool operator== (const DeviceClearFunctionsResult & other)
bool operator!= (const DeviceClearFunctionsResult & other)
::fuchsia_hardware_usb_peripheral::DeviceClearFunctionsResult::Tag Which ()
DeviceClearFunctionsResult WithResponse (::fuchsia_hardware_usb_peripheral::DeviceClearFunctionsResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
DeviceClearFunctionsResult & response (::fuchsia_hardware_usb_peripheral::DeviceClearFunctionsResponse value)

Sets the union to hold the response member.

DeviceClearFunctionsResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<2, Storage_> framework_err ()
::fidl::internal::UnionMemberView<2, Storage_> framework_err ()
DeviceClearFunctionsResult & framework_err (::fidl::internal::FrameworkErr value)

Sets the union to hold the framework_err member.

void DeviceClearFunctionsResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum class Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kFrameworkErr 3

0x3

TODO: share union tag types between wire

&

natural.

Defined at line 764 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.peripheral/fuchsia.hardware.usb.peripheral/cpp/fidl/fuchsia.hardware.usb.peripheral/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits