class UsbHciInterfaceAddDeviceResult
Defined at line 2163 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 UsbHciInterfaceAddDeviceResult (UsbHciInterfaceAddDeviceResult && other)
UsbHciInterfaceAddDeviceResult & operator= (UsbHciInterfaceAddDeviceResult && other)
void UsbHciInterfaceAddDeviceResult (const UsbHciInterfaceAddDeviceResult & other)
UsbHciInterfaceAddDeviceResult & operator= (const UsbHciInterfaceAddDeviceResult & other)
bool operator== (const UsbHciInterfaceAddDeviceResult & other)
bool operator!= (const UsbHciInterfaceAddDeviceResult & other)
::fuchsia_hardware_usb_hci::UsbHciInterfaceAddDeviceResult::Tag Which ()
UsbHciInterfaceAddDeviceResult WithResponse (::fuchsia_hardware_usb_hci::UsbHciInterfaceAddDeviceResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
UsbHciInterfaceAddDeviceResult & response (::fuchsia_hardware_usb_hci::UsbHciInterfaceAddDeviceResponse value)
Sets the union to hold the response member.
UsbHciInterfaceAddDeviceResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
UsbHciInterfaceAddDeviceResult & err (int32_t value)
Sets the union to hold the err member.
void UsbHciInterfaceAddDeviceResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 2173 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