template <>
class WireTableBuilder
Defined at line 4411 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::DatagramSocketSendMsgPreflightRequest> & to (First && first, Args &&... args_)
The destination address.
If absent, interpreted as the method receiver's connected address and
causes the connected address to be returned.
Required if the method receiver is not connected.
Defined at line 4429 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::Ipv6PktInfoSendControlData, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_posix_socket::wire::Ipv6PktInfoSendControlData>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_posix_socket::wire::DatagramSocketSendMsgPreflightRequest> & ipv6_pktinfo (First && first, Args &&... args_)
Information controlling the local interface and/or address used when
sending an IPv6 packet.
If absent, indicates that the stack is free to choose an appropriate
outgoing route.
Defined at line 4446 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/wire_types.h
Friends
template <>
class DatagramSocketSendMsgPreflightRequest