
73
3.51 SysSetLED
This function turns on or off the LED.
Calling Sequences
[C++]
DWORD SysSetLED(
DWORD dwLEDMode,
DWORD dwNum,
DWORD dwOnTime,
DWORD dwOFFTime
)
[Visual Basic]
Public Shared Function SysSetLED( _
ByVal dwLEDMode As Int32, _
ByVal dwNum As Int32, _
ByVal dwOnTime As Int32, _
ByVal dwOFFTime As Int32 _
) As Int32
[C#]
public static Int32 SysSetLED(
Int32 dwLEDMode,
Int32 dwNum,
Int32 dwOnTime,
Int32 dwOFFTime
);
Parameters
dwLEDMode
This parameter is for specifying turning on or off the LED.
Table 3.14 Setting values
Setting Value Description
DT-X11
IT-600
DT-X7
DT-X30
IT-3100
IT-800
IT-300
DT-X8
IT-9000
LED_OFF Turns on the LED. (Default) Y Y Y Y Y Y Y Y Y
LED_GREEN Turns on the LED in green. Y Y Y Y Y Y Y Y Y
LED_RED Turns on the LED in red. Y Y Y Y Y Y Y Y Y
LED_ORANGE Turns on the LED in orange. Y Y Y Y Y Y Y Y Y
LED_BLUE Turns on the LED in blue. - Y Y Y Y Y Y Y Y
LED_CYAN Turns on the LED in cyan. - Y Y Y Y Y Y Y Y
LED_MAGENTA Turns on the LED in magenta. - Y Y Y Y Y Y Y Y
LED_ACCESS Turns on the access LED. - - - - - - - - -
Kommentare zu diesen Handbüchern