WATTCP API Functions
MVI-ADMNET
♦
'C' Programmable
Ethernet Module
ProSoft Technology, Inc.
Page 67 of 90
December 13, 2006
ADMNET API Release Socket Functions
This section describes the ADMNET API Release Socket Functions.
sock_exit
Syntax:
void sock_exit( void );
Parameters:
None
Description:
This function is used by an application to release all the TCP/IP variables created
by sock_init.
Return Value:
None
Example:
sock_exit();
See Also:
sock_init