class DeviceRegisterWriteResult
Defined at line 667 of file fidling/gen/sdk/fidl/fuchsia.hardware.spmi/fuchsia.hardware.spmi/cpp/fidl/fuchsia.hardware.spmi/cpp/natural_types.h
Public Methods
void DeviceRegisterWriteResult (DeviceRegisterWriteResult && other)
DeviceRegisterWriteResult & operator= (DeviceRegisterWriteResult && other)
void DeviceRegisterWriteResult (const DeviceRegisterWriteResult & other)
DeviceRegisterWriteResult & operator= (const DeviceRegisterWriteResult & other)
bool operator== (const DeviceRegisterWriteResult & other)
bool operator!= (const DeviceRegisterWriteResult & other)
::fuchsia_hardware_spmi::DeviceRegisterWriteResult::Tag Which ()
DeviceRegisterWriteResult WithResponse (::fuchsia_hardware_spmi::DeviceRegisterWriteResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
DeviceRegisterWriteResult & response (::fuchsia_hardware_spmi::DeviceRegisterWriteResponse value)
Sets the union to hold the response member.
DeviceRegisterWriteResult WithErr (::fuchsia_hardware_spmi::DriverError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
DeviceRegisterWriteResult & err (::fuchsia_hardware_spmi::DriverError value)
Sets the union to hold the err member.
DeviceRegisterWriteResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
DeviceRegisterWriteResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void DeviceRegisterWriteResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum class Tag : fidl_xunion_tag_t
| Name | Value | Comments |
|---|---|---|
| kResponse | 1 |
0x1 |
| kErr | 2 |
0x2 |
| kFrameworkErr | 3 |
0x3 |
TODO: share union tag types between wire
&
natural.
Defined at line 675 of file fidling/gen/sdk/fidl/fuchsia.hardware.spmi/fuchsia.hardware.spmi/cpp/fidl/fuchsia.hardware.spmi/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits