Share via


NLED_TYPE_INFO (Compact 2013)

3/26/2014

This structure contains information about the type of a notification component (LED or vibrator).

Syntax

struct NLED_TYPE_INFO {
  UINT LedNum; 
    NLED_LEDTYPE LedType;
} NLED_TYPE_INFO, *PNLED_TYPE_INFO;

Members

  • LedNum
    LED number. The first LED is zero (0).
  • LedType
    The type of the notification component. For valid values, see NLED_LEDTYPE.

Requirements

Header

nled.h

See Also

Reference

Notification LED Driver Structures