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