class UsbDciCancelAllResult
Defined at line 1397 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.dci/fuchsia.hardware.usb.dci/cpp/fidl/fuchsia.hardware.usb.dci/cpp/natural_types.h
Public Methods
void UsbDciCancelAllResult (UsbDciCancelAllResult && other)
UsbDciCancelAllResult & operator= (UsbDciCancelAllResult && other)
void UsbDciCancelAllResult (const UsbDciCancelAllResult & other)
UsbDciCancelAllResult & operator= (const UsbDciCancelAllResult & other)
bool operator== (const UsbDciCancelAllResult & other)
bool operator!= (const UsbDciCancelAllResult & other)
::fuchsia_hardware_usb_dci::UsbDciCancelAllResult::Tag Which ()
UsbDciCancelAllResult WithResponse (::fuchsia_hardware_usb_dci::UsbDciCancelAllResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
UsbDciCancelAllResult & response (::fuchsia_hardware_usb_dci::UsbDciCancelAllResponse value)
Sets the union to hold the response member.
UsbDciCancelAllResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
UsbDciCancelAllResult & err (int32_t value)
Sets the union to hold the err member.
UsbDciCancelAllResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
UsbDciCancelAllResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void UsbDciCancelAllResult (::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 1405 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.dci/fuchsia.hardware.usb.dci/cpp/fidl/fuchsia.hardware.usb.dci/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits