NLED_SETTINGS_INFO

This structure contains information about the capabilities of the specified LED.

Syntax

struct NLED_SETTINGS_INFO {
UINT
Lednum;
INT
OffOnBlink;
LONG
TotalCycleTime;
LONG
OnTime;
LONG
OffTime;
INT
MetaCycleOn;
INT
MetaCycleOff;
};

Members

Lednum
LED number. The first LED is 0.
OffOnBlink
Current setting. The following values are defined:
0
Off.
1
On.
2
Blink.
TotalCycleTime
Total cycle time of a blink, in microseconds.
OnTime
On time of the cycle, in microseconds.
MetaCycleOn
Number of on blink cycles.
MetaCycleOff
Number of off blink cycles.

Remarks

This structure is used with the NLedGetDeviceInfo and NLEDSetDevice functions.

This GWES data structure is implemented as part of porting native device drivers. It is declared in the Nled.h header file.