This structure contains information about the capabilities of the specified LED.
struct NLED_SETTINGS_INFO {
UINT Lednum;
INT OffOnBlink;
LONG TotalCycleTime;
LONG OnTime;
LONG OffTime;
INT MetaCycleOn;
INT MetaCycleOff;
};
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.