class UsbFunctionConfigureResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void UsbFunctionConfigureResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits