Denso BHT-200QW Dokumentacja Strona 196

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 377
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 195
- 194 -
Count
Sets or acquires the number of beeps or vibrations of the beeper or vibrator.
Syntax
[VB]
Public Property Count As Integer
[C#]
public int Count {get; set;}
Property
Number of beeps or vibrations of the beeper or vibrator
Parameter values
: 0 to 255. The beeper will not sound if “0” is specified.
Default value
: 1
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.
[Ex.] Set the beep count to 5.
[VB] MyBeep.Count = 5
[C#] MyBeep.Count = 5;
Przeglądanie stron 195
1 2 ... 191 192 193 194 195 196 197 198 199 200 201 ... 376 377

Komentarze do niniejszej Instrukcji

Brak uwag