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