Denso BHT-202Q Instrukcja Użytkownika Strona 184

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 407
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 183
OnTimeAC
Sets or acquires the backlight ON time when installed on the Cradle.
Syntax
[VB]
Public Shared Property OnTimeAC As Integer
[C#]
public static int OnTimeAC {get; set;}
Property
ON time (in units of 1 sec)
Parameter values: 0 to 255
Default value: 60
Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) is invalid.
Note
When "0" is specified, the backlight does not turn ON.
When "255" is specified, the backlight remains ON constantly.
[Ex.] Set the backlight ON time to 10 seconds when the BHT is installed on the Cradle.
[VB] Backlight.Settings.OnTimeAC = 10
[C#] Backlight.Settings.OnTimeAC = 10;
175
Przeglądanie stron 183
1 2 ... 179 180 181 182 183 184 185 186 187 188 189 ... 406 407

Komentarze do niniejszej Instrukcji

Brak uwag