class UsbHciResetDeviceResult

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

Public Methods

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

Sets the union to hold the response member.

UsbHciResetDeviceResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
UsbHciResetDeviceResult & err (int32_t value)

Sets the union to hold the err member.

void UsbHciResetDeviceResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits