class UsbConnectToEndpointResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void UsbConnectToEndpointResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits