class ChannelSendMessageResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void ChannelSendMessageResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits