Instructions
264Libraries
© 2013 Conrad Electronic
info[0]
socket index
info[1]
IP port of sender
info[2]
socket handle
info[3]
packet length
5.11.6 ETH_CloseListenTCP
Ethernet Functions
Syntax
void ETH_CloseListenTCP(word handle);
Sub ETH_CloseListenTCP(handle As Word)
Description
Closes a TCP listening socket that was created with ETH_ListenTCP.
Parameter
handle ETH_ListenTCP handle
5.11.7 ETH_CloseListenUDP
Ethernet Functions
Syntax
void ETH_CloseListenUDP(word handle);
Sub ETH_CloseListenUDP(handle As Word)
Description
Closes a UDP listening socket that was created with ETH_ListenUDP.
Parameter
handle ETH_ListenUDP handle
5.11.8 ETH_DisconnectTCP
Ethernet Functions
Syntax
void ETH_DisconnectTCP(byte sock_id);