class DeviceSendRstResult

Defined at line 953 of file fidling/gen/sdk/fidl/fuchsia.hardware.vsock/fuchsia.hardware.vsock/cpp/fidl/fuchsia.hardware.vsock/cpp/natural_types.h

Public Methods

void DeviceSendRstResult (DeviceSendRstResult && other)
DeviceSendRstResult & operator= (DeviceSendRstResult && other)
void DeviceSendRstResult (const DeviceSendRstResult & other)
DeviceSendRstResult & operator= (const DeviceSendRstResult & other)
bool operator== (const DeviceSendRstResult & other)
bool operator!= (const DeviceSendRstResult & other)
::fuchsia_hardware_vsock::DeviceSendRstResult::Tag Which ()
DeviceSendRstResult WithResponse (::fuchsia_hardware_vsock::DeviceSendRstResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
DeviceSendRstResult & response (::fuchsia_hardware_vsock::DeviceSendRstResponse value)

Sets the union to hold the response member.

DeviceSendRstResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
DeviceSendRstResult & err (int32_t value)

Sets the union to hold the err member.

void DeviceSendRstResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 961 of file fidling/gen/sdk/fidl/fuchsia.hardware.vsock/fuchsia.hardware.vsock/cpp/fidl/fuchsia.hardware.vsock/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits