
WATTCP API Functions MVI-ADMNET ♦ 'C' Programmable
Developer's Guide 'C' Programmable Application Development Module with Ethernet
Page 90 of 122 ProSoft Technology, Inc.
February 20, 2013
ip_timer_expired
Syntax
word ip_timer_expired( sock_type *skType );
Parameters
Current socket Type that will be used to check the connection.
Description
This function is used check if the timer has been expired.
Return Value
Example
sock_type *socket;
. . .
if(ip_timer_expired (socket))
{
printf("time’s up\n");
}
Kommentare zu diesen Handbüchern