class UfsSendUicCommandResult
Defined at line 1668 of file fidling/gen/sdk/fidl/fuchsia.hardware.ufs/fuchsia.hardware.ufs/cpp/fidl/fuchsia.hardware.ufs/cpp/natural_types.h
Public Methods
void UfsSendUicCommandResult (UfsSendUicCommandResult && other)
UfsSendUicCommandResult & operator= (UfsSendUicCommandResult && other)
void UfsSendUicCommandResult (const UfsSendUicCommandResult & other)
UfsSendUicCommandResult & operator= (const UfsSendUicCommandResult & other)
bool operator== (const UfsSendUicCommandResult & other)
bool operator!= (const UfsSendUicCommandResult & other)
::fuchsia_hardware_ufs::UfsSendUicCommandResult::Tag Which ()
UfsSendUicCommandResult WithResponse (::fuchsia_hardware_ufs::UfsSendUicCommandResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
UfsSendUicCommandResult & response (::fuchsia_hardware_ufs::UfsSendUicCommandResponse value)
Sets the union to hold the response member.
UfsSendUicCommandResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
UfsSendUicCommandResult & err (int32_t value)
Sets the union to hold the err member.
void UfsSendUicCommandResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 1676 of file fidling/gen/sdk/fidl/fuchsia.hardware.ufs/fuchsia.hardware.ufs/cpp/fidl/fuchsia.hardware.ufs/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits