
- 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.
Komentarze do niniejszej Instrukcji