template <>
class WireTableBuilder
Defined at line 3071 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_posix_socket::wire::SocketSendControlData, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_posix_socket::wire::SocketSendControlData>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_posix_socket::wire::NetworkSocketSendControlData> & socket (First && first, Args &&... args_)
Socket level ancillary data.
Defined at line 3084 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::IpSendControlData, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_posix_socket::wire::IpSendControlData>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_posix_socket::wire::NetworkSocketSendControlData> & ip (First && first, Args &&... args_)
IPv4 level ancillary data.
These match POSIX `SOL_IP` control messages.
Defined at line 3099 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::Ipv6SendControlData, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_posix_socket::wire::Ipv6SendControlData>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_posix_socket::wire::NetworkSocketSendControlData> & ipv6 (First && first, Args &&... args_)
IPv6 level ancillary data.
These match POSIX `SOL_IPV6` control messages.
Defined at line 3114 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/wire_types.h
Friends
template <>
class NetworkSocketSendControlData