|
|
|
|
|
 |
 |
 |
 |
 |
 |
| |
|
udp_connect()Nameudp_connect() -- Set remote UDP peer Synopsiserr_t udp_connect(struct udp_pcb *pcb, struct ip_addr *ipaddr, u16_t port); DescriptionSets the remote end of pcb. This function does not generate any
network traffic, but only sets the remote address of the pcb.
Return valueThis function can return ERR_USE if all usable UDP
dynamic ports are used. Otherwise udp_connect()
will always return ERR_OK.
|
|
|
| |
|
|
|
|
|
| |
| |
Copyright © 2003-2008 eCosCentric Limited |
Privacy &
Legal Statements |
|
|