class DeviceCancelAllResult
Defined at line 851 of file fidling/gen/sdk/fidl/fuchsia.hardware.serialimpl/fuchsia.hardware.serialimpl/cpp/fidl/fuchsia.hardware.serialimpl/cpp/natural_types.h
Public Methods
void DeviceCancelAllResult (DeviceCancelAllResult && other)
DeviceCancelAllResult & operator= (DeviceCancelAllResult && other)
void DeviceCancelAllResult (const DeviceCancelAllResult & other)
DeviceCancelAllResult & operator= (const DeviceCancelAllResult & other)
bool operator== (const DeviceCancelAllResult & other)
bool operator!= (const DeviceCancelAllResult & other)
::fuchsia_hardware_serialimpl::DeviceCancelAllResult::Tag Which ()
DeviceCancelAllResult WithResponse (::fuchsia_hardware_serialimpl::DeviceCancelAllResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
DeviceCancelAllResult & response (::fuchsia_hardware_serialimpl::DeviceCancelAllResponse value)
Sets the union to hold the response member.
DeviceCancelAllResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<2, Storage_> framework_err ()
::fidl::internal::UnionMemberView<2, Storage_> framework_err ()
DeviceCancelAllResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void DeviceCancelAllResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kFrameworkErr | 3 |
TODO: share union tag types between wire
&
natural.
Defined at line 859 of file fidling/gen/sdk/fidl/fuchsia.hardware.serialimpl/fuchsia.hardware.serialimpl/cpp/fidl/fuchsia.hardware.serialimpl/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits