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