MVI-ADMNET
♦
'C' Programmable
WATTCP API Functions
Ethernet Module
Page 60 of 90
ProSoft Technology, Inc.
December 13, 2006
ip_timer_init
Syntax:
void ip_timer_init( sock_type *skType, word second );
Parameters:
skType
Current socket Type that will be used to check the connection.
second
Number of second to set the timer. 0 mean no timer out.
Description:
This function is used initialize the timer.
Return Value:
None
Example:
sock_type *socket;
. . .
ip_timer_init (socket, 100);