172
interval property
Specifies the interval of upgrading the status. (in firmware Ver.1.2 and later)
Object type
Number
Description
The interval of upgrading the status is specified in milliseconds.
Default value:
3000 (three seconds)
Minimum value:
1000 (one second or longer)
When an invalid value is specified, it is assumed to be 3000.
Example
<script type="text/javascript" src="epos-print-3.x.x.js"></script>
<script type="text/javascript">
<!--
var address = 'http://192.168.192.168/cgi-bin/epos/service.cgi?devid=local_printer';
var epos = new epson.CanvasPrint(address);
epos.interval = 1000;
epos.oncoveropen = function () { alert('coveropen'); };
epos.open();
//-->
</script>
Summary of Contents for TM-T88V-i
Page 10: ...10 ...
Page 14: ...14 ePOS Print Canvas API Monochrome or Grayscale Monochrome ...
Page 160: ...160 ...
Page 258: ...258 ...