template <>

class WireTableBuilder

Defined at line 2056 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::Ipv6PktInfoRecvControlData, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_posix_socket::wire::Ipv6PktInfoRecvControlData>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_posix_socket::wire::Ipv6RecvControlData> & pktinfo (First && first, Args &&... args_)

The packet information of a packet that was received.

Present if the `SOL_IPV6` -> `IPV6_RECVPKTINFO` option is enabled.

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

Friends

template <>
class Ipv6RecvControlData