Denso BHT-202Q Uživatelský manuál Strana 151

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 407
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 150
CRTime
Sets or acquires re-read prevention time.
Syntax
[VB]
Public Shared Property CRTime As Integer
[C#]
public static int CRTime {get; set;}
Property
Re-read prevention time (in units of 100 msec)
Parameter values: 0 to 255
Default value: 10
Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) is invalid.
Note
If "0" is specified, the same code will not be read twice in a row.
[Ex.] Set the 2
nd
read prevention time to 2 seconds.
[VB] Scanner.Settings.CRTime = 20
[C#] Scanner.Settings.CRTime = 20;
142
Zobrazit stránku 150
1 2 ... 146 147 148 149 150 151 152 153 154 155 156 ... 406 407

Komentáře k této Příručce

Žádné komentáře