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