class Provider_DatagramSocket_Response

Defined at line 21988 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 ()
bool has_invalid_tag ()

Defined at line 22015 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 22019 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 22021 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 22026 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 22032 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h

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)
Provider_DatagramSocket_Response & set_datagram_socket (::fidl::InterfaceHandle< ::fuchsia::posix::socket::DatagramSocket> value)
::fidl::InterfaceHandle< ::fuchsia::posix::socket::SynchronousDatagramSocket> & synchronous_datagram_socket ()

Defined at line 22034 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 22039 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 22045 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 22053 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h

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

Enumerations

enum Tag : fidl_xunion_tag_t
Name Value Comments
kDatagramSocket 1

0x1

kSynchronousDatagramSocket 2

0x2

Invalid ::std::numeric_limits<::fidl_union_tag_t>::max() --

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

Friends

class Equality