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