次の方法で共有


NLED_LEDTYPE (Compact 2013)

3/26/2014

This enumeration indicates the type of a notification component.

Syntax

enum {
    NLED_UKNOWN = 0,
    NLED_LED = 1,
    NLED_VIBRATOR = 2,
} NLED_LEDTYPE;

Elements

  • NLED_UNKOWN
    Indicates the notification component is an unknown type.
  • NLED_LED
    Indicates the notification component is an LED.
  • NLED_VIBRATOR
    Indicates the notification component is set to blink.

Requirements

Header

nled.h

See Also

Reference

Notification LED Driver Enumerations