class ProviderDatagramSocketWithOptionsResponse
Defined at line 19109 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h
Public Methods
void ProviderDatagramSocketWithOptionsResponse (ProviderDatagramSocketWithOptionsResponse && other)
ProviderDatagramSocketWithOptionsResponse & operator= (ProviderDatagramSocketWithOptionsResponse && other)
::fuchsia_posix_socket::ProviderDatagramSocketWithOptionsResponse::Tag Which ()
ProviderDatagramSocketWithOptionsResponse WithDatagramSocket (::fidl::ClientEnd< ::fuchsia_posix_socket::DatagramSocket> val)
const ::fidl::internal::UnionMemberView<1, Storage_> datagram_socket ()
::fidl::internal::UnionMemberView<1, Storage_> datagram_socket ()
ProviderDatagramSocketWithOptionsResponse & datagram_socket (::fidl::ClientEnd< ::fuchsia_posix_socket::DatagramSocket> value)
Sets the union to hold the datagram_socket member.
ProviderDatagramSocketWithOptionsResponse 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 ()
ProviderDatagramSocketWithOptionsResponse & synchronous_datagram_socket (::fidl::ClientEnd< ::fuchsia_posix_socket::SynchronousDatagramSocket> value)
Sets the union to hold the synchronous_datagram_socket member.
void ProviderDatagramSocketWithOptionsResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kDatagramSocket | 1 |
| kSynchronousDatagramSocket | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 19119 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits