Denso BHT-202Q Manual do Utilizador Página 206

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 407
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 205
Frequency
Sets or acquires the beeping frequency of the beeper.
Syntax
[VB]
Public Property Frequency As Integer
[C#]
public int Frequency {get; set;}
Property
Beeping frequency of the beeper (Hz)
Parameter values
: 0 (698 Hz), 1 (1396 Hz), 2 (2793 Hz), and 3 to 32767 (inclusive)
Default value
: 2
Exceptions
None
Note
If a value outside the permissible range is specified, no exceptions will be thrown
immediately, however, an exception will be thrown later when the start of beeping or
vibrating is specified with an Item property.
If a value between 3 and 667 (inclusive) is specified, no exceptions will be thrown,
however, the beeper will not sound.
[Ex.] Set the beep frequency to 698Hz.
[VB] MyBeep.Frequency = 0
[C#] MyBeep.Frequency = 0;
197
Vista de página 205
1 2 ... 201 202 203 204 205 206 207 208 209 210 211 ... 406 407

Comentários a estes Manuais

Sem comentários