Page 1 of 1

unit of timeout

PostPosted: Wed 21. Jan 2009, 19:54
by Fischer
hello,
can you tell me what is the unit of the timeout parameter in
LearnIRCode (SOCKET serv, char rem[],char com[],unsigned short timeout)
function ?

It seems to be in ms, so max value for timeout is 65 s.

Is it right ?

Thanks

Re: unit of timeout

PostPosted: Wed 21. Jan 2009, 21:47
by IRTrans
Hi,
you are right, it is ms. However the max. value is 30s.

IRTrans