class Provider_DatagramSocket_Response

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

Public Members

static const fidl_type_t * FidlType

Public Methods

void Provider_DatagramSocket_Response ()
void ~Provider_DatagramSocket_Response ()
void Provider_DatagramSocket_Response (Provider_DatagramSocket_Response && )
Provider_DatagramSocket_Response & operator= (Provider_DatagramSocket_Response && )
Provider_DatagramSocket_Response WithDatagramSocket (::fidl::InterfaceHandle< ::fuchsia::posix::socket::DatagramSocket> && )
Provider_DatagramSocket_Response WithSynchronousDatagramSocket (::fidl::InterfaceHandle< ::fuchsia::posix::socket::SynchronousDatagramSocket> && )
::std::unique_ptr<Provider_DatagramSocket_Response> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Provider_DatagramSocket_Response * value, size_t offset)
zx_status_t Clone (Provider_DatagramSocket_Response * result)
bool has_invalid_tag ()

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

bool is_datagram_socket ()

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

::fidl::InterfaceHandle< ::fuchsia::posix::socket::DatagramSocket> & datagram_socket ()

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

const ::fidl::InterfaceHandle< ::fuchsia::posix::socket::DatagramSocket> & datagram_socket ()

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

bool is_synchronous_datagram_socket ()

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

Provider_DatagramSocket_Response & set_datagram_socket (::fidl::InterfaceHandle< ::fuchsia::posix::socket::DatagramSocket> value)
Provider_DatagramSocket_Response & set_synchronous_datagram_socket (::fidl::InterfaceHandle< ::fuchsia::posix::socket::SynchronousDatagramSocket> value)
::fidl::InterfaceHandle< ::fuchsia::posix::socket::SynchronousDatagramSocket> & synchronous_datagram_socket ()

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

const ::fidl::InterfaceHandle< ::fuchsia::posix::socket::SynchronousDatagramSocket> & synchronous_datagram_socket ()

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

::fuchsia::posix::socket::Provider_DatagramSocket_Response::Tag Which ()

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

fidl_xunion_tag_t Ordinal ()

You probably want to use Which() method instead of Ordinal(). Use Ordinal() only when you need

access to the raw integral ordinal value.

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

Enumerations

enum Tag
Name Value
kDatagramSocket 1
kSynchronousDatagramSocket 2
Invalid ::std::numeric_limits<::fidl_union_tag_t>::max()

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

Friends

class Equality