Denso BHT-200QW Dokumentacja Strona 182

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 377
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 181
- 180 -
Item
Sets or aquires the LED status (ON/OFF) specified by the index.
In C#, this property is used as the indexer for the LED class.
Syntax
[VB]
Public Property Item(ByVal device As LED.EN_DEVICE, _
ByVal color As LED.EN_COLOR) As LED.EN_CTRL
[C#]
public LED.EN_CTRL this[LED.EN_DEVICE device][LED.EN_COLOR
color] {get; set;}
Parameters
device
LED device
Parameter values
: As listed in LED.EN_DEVICE
color
LED color
Parameter values
: As listed in LED.EN_COLOR
Property
LED ON/OFF status
Parameter values
: As listed in EN_CTRL
Default value
: ON/OFF status at the time of initialization
Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) is invalid.
Przeglądanie stron 181
1 2 ... 177 178 179 180 181 182 183 184 185 186 187 ... 376 377

Komentarze do niniejszej Instrukcji

Brak uwag