Name
netconn_connect_ip6() — Connect netconn to remote peer
Synopsis
err_t netconn_connect
(
struct netconn *conn
, struct ip6_addr *remote_addr
, u16_t remote_port
)
;
Description
If IPv6 is configured then this provides similar functionality to the IPv4
function netconn_connect()
, but with
the remote_addr
referencing an IPv6 addresss.
2024-03-18 | LWIP Documentation Notices |