
76
3.53 SysPrepareLED
This function prepares for turning on the LED. With SysSetLED function, it takes about 130
milliseconds before turning on the LED. This is due to the hardware specifications. However, using
this function and SysUpdateLED function together will immediately turn it on. See also
"Examples" on the next page.
Calling Sequences
[C++]
DWORD SysPrepareLED(
DWORD dwLEDMode,
DWORD dwNum,
DWORD dwOnTime,
DWORD dwOFFTime
)
[Visual Basic]
Public Shared Function SysPrepareLED( _
ByVal dwLEDMode As Int32, _
ByVal dwNum As Int32, _
ByVal dwOnTime As Int32, _
ByVal dwOFFTime As Int32 _
) As Int32
[C#]
public static Int32 SysPrepareLED(
Int32 dwLEDMode,
Int32 dwNum,
Int32 dwOnTime,
Int32 dwOFFTime
);
Parameters
dwLEDMode
This parameter is for preparation to turn on the specified LED selecting one of the values
listed below.
LED_GREEN : Preparation for turning on in green
LED_RED : Preparation for turning on in red
LED_ORANGE : Preparation for turning on in orange
dwNum
This parameter is for specifying the number of times to repeat turning on the LED. Set a
value in this parameter to repeat on and off.
Kommentare zu diesen Handbüchern