template <>

class WireTableBuilder

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

Public Methods

template <typename First = ::fuchsia_net::wire::SocketAddress, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_net::wire::SocketAddress>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_posix_socket::wire::SendMsgMeta> & to (First && first, Args &&... args_)

The destination address, if specified.

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

template <typename First = ::fuchsia_posix_socket::wire::DatagramSocketSendControlData, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_posix_socket::wire::DatagramSocketSendControlData>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_posix_socket::wire::SendMsgMeta> & control (First && first, Args &&... args_)

Ancillary control message data used for sending the payload.

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

Friends

template <>
class SendMsgMeta