NLedDriverPowerDown (Compact 2013)
3/26/2014
This function sends a power status change notification to an LED.
Syntax
VOID NLedDriverPowerDown(
BOOL power_down
);
Parameters
- power_down
[in] Indicates a power status change. TRUE indicates the power is turning off. FALSE indicates the power is turning on.
Return Value
None.
Remarks
This function can take action as appropriate for the LED devices, such as turning them off.
The NLedDriverPowerDown function sends a power status change notification to the LED devices.
An implementation of NLedDriverPowerDown for a platform with no LEDs would simply return.
Requirements
Header |
led_drvr.h |
Library |
Nleddrv.lib |