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