class ProviderDatagramSocketResponse

Defined at line 18928 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h

Public Methods

void ProviderDatagramSocketResponse (ProviderDatagramSocketResponse && other)
ProviderDatagramSocketResponse & operator= (ProviderDatagramSocketResponse && other)
::fuchsia_posix_socket::ProviderDatagramSocketResponse::Tag Which ()
ProviderDatagramSocketResponse WithDatagramSocket (::fidl::ClientEnd< ::fuchsia_posix_socket::DatagramSocket> val)
const ::fidl::internal::UnionMemberView<1, Storage_> datagram_socket ()
::fidl::internal::UnionMemberView<1, Storage_> datagram_socket ()
ProviderDatagramSocketResponse & datagram_socket (::fidl::ClientEnd< ::fuchsia_posix_socket::DatagramSocket> value)

Sets the union to hold the datagram_socket member.

ProviderDatagramSocketResponse WithSynchronousDatagramSocket (::fidl::ClientEnd< ::fuchsia_posix_socket::SynchronousDatagramSocket> val)
const ::fidl::internal::UnionMemberView<2, Storage_> synchronous_datagram_socket ()
::fidl::internal::UnionMemberView<2, Storage_> synchronous_datagram_socket ()
ProviderDatagramSocketResponse & synchronous_datagram_socket (::fidl::ClientEnd< ::fuchsia_posix_socket::SynchronousDatagramSocket> value)

Sets the union to hold the synchronous_datagram_socket member.

void ProviderDatagramSocketResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kDatagramSocket 1
kSynchronousDatagramSocket 2

TODO: share union tag types between wire

&

natural.

Defined at line 18938 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits