Denso BHT-200QW Dokumentacja Strona 189

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 377
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 188
- 187 -
Item
Sets or acquires the LED control factor specified at the index.
At C#, this property uses the indexer for the LED.UsageCollection class.
Syntax
[VB]
Public Property Item(ByVal device As LED.EN_DEVICE) _
As LED.EN_USAGE
[C#]
public LED.EN_USAGE this[LED.EN_DEVICE device]{get; set;}
Parameters
device
LED device
Parameter values: As listed in LED.EN_DEVICE
(Only wireless LEDs can be controlled.)
Property
LED control factor
Parameter values: As listed in LED.EN_USAGE
(one of the values or a combination of the values)
Default value: Control factor when initialized
Exceptions
Name of Exception Meaning
ArgumentException The specified LED device is invalid.
[Ex.] Setting wireless LEDs so that they are used only at the application
[VB] MyLED.Usage(LED.EN_DEVICE.RF) = LED.EN_USAGE.RF.
[C#] MyLED.Usage[LED.EN_DEVICE.RF]= LED.EN_USAGE.RF.
Przeglądanie stron 188
1 2 ... 184 185 186 187 188 189 190 191 192 193 194 ... 376 377

Komentarze do niniejszej Instrukcji

Brak uwag