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