class UicCommand
Defined at line 1872 of file fidling/gen/sdk/fidl/fuchsia.hardware.ufs/fuchsia.hardware.ufs/cpp/fidl/fuchsia.hardware.ufs/cpp/natural_types.h
Public Methods
void UicCommand (Storage_ storage)
void UicCommand (::fuchsia_hardware_ufs::UicCommandOpcode opcode, ::std::array<uint32_t, 3> argument)
void UicCommand ()
Default constructs a |UicCommand| only if all of its members are default constructible.
Defined at line 1883 of file fidling/gen/sdk/fidl/fuchsia.hardware.ufs/fuchsia.hardware.ufs/cpp/fidl/fuchsia.hardware.ufs/cpp/natural_types.h
void UicCommand (UicCommand && )
Defined at line 1886 of file fidling/gen/sdk/fidl/fuchsia.hardware.ufs/fuchsia.hardware.ufs/cpp/fidl/fuchsia.hardware.ufs/cpp/natural_types.h
void UicCommand (const UicCommand & other)
UicCommand & operator= (UicCommand && )
Defined at line 1887 of file fidling/gen/sdk/fidl/fuchsia.hardware.ufs/fuchsia.hardware.ufs/cpp/fidl/fuchsia.hardware.ufs/cpp/natural_types.h
UicCommand & operator= (const UicCommand & other)
bool operator== (const UicCommand & other)
bool operator!= (const UicCommand & other)
::fuchsia_hardware_ufs::UicCommandOpcode opcode ()
Opcode of the UIC command to be dispatched to the local UIC layer.
::fuchsia_hardware_ufs::UicCommandOpcode & opcode ()
Opcode of the UIC command to be dispatched to the local UIC layer.
UicCommand & opcode (::fuchsia_hardware_ufs::UicCommandOpcode value)
Opcode of the UIC command to be dispatched to the local UIC layer.
const ::std::array<uint32_t, 3> & argument ()
Parameters (input and output) of the UIC command.
::std::array<uint32_t, 3> & argument ()
Parameters (input and output) of the UIC command.
UicCommand & argument (::std::array<uint32_t, 3> value)
Parameters (input and output) of the UIC command.
void UicCommand (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits