Gets the current active period and blink rate for the specified LED.
public static bool GetLED ( int LedNo, ref int ActivePeriod, ref int BlinkRate )
LedNo
Defined by the LEDType Enumeration:
12 = Green LED
13 = Red LED
ActivePeriod
[out] Current value for the active period.
BlinkRate
[out]Current value for the blink rate.
For valid values, see the Remarks in SetLED.
Returns true on success.
Throws an LEDControlException when an error occurs.