HERC_SetLED
Sets the leds
on or off for the Hercules.
|
Parameters
dwDeckID |
The ID that specifies either DeckA – 0 or DeckB - 1. |
||
dwLEDCode |
A constant to
determine which LED is turned on or off. |
||
|
|
||
bOn |
Determines if led will be turned on or off |
||
|
|
Return value
If successful, then TRUE is returned, else FALSE is returned. Use HERC_ErrorGetCode to get the error code.
Error codes
HERC_ERROR_INIT |
The Hercules has
not been initialized. |
Remarks
None
Example
Light up play button for DeckA.
|
See also
HERC_Init