class SharedVmoIoTransmitResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void SharedVmoIoTransmitResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits