PHONE_LAMP_MODE enumeration (tapi3if.h)

The PHONE_LAMP_MODE enum provides indicators of a phone lamp's status.

Syntax

typedef enum PHONE_LAMP_MODE {
  LM_DUMMY = 0x1,
  LM_OFF = 0x2,
  LM_STEADY = 0x4,
  LM_WINK = 0x8,
  LM_FLASH = 0x10,
  LM_FLUTTER = 0x20,
  LM_BROKENFLUTTER = 0x40,
  LM_UNKNOWN = 0x80
} ;

Constants

 
LM_DUMMY
Value: 0x1
The lamp identifier has no corresponding lamp.
LM_OFF
Value: 0x2
The lamp is off.
LM_STEADY
Value: 0x4
The lamp is on steadily.
LM_WINK
Value: 0x8
The lamp is winking, which means on and off at a normal rate.
LM_FLASH
Value: 0x10
The lamp is flashing, which means a slow on and off.
LM_FLUTTER
Value: 0x20
The lamp is fluttering, which means a fast on and off.
LM_BROKENFLUTTER
Value: 0x40
The lamp is flashing, which means superposition of a flash and flutter.
LM_UNKNOWN
Value: 0x80
The lamp mode is not known.

Requirements

Requirement Value
Header tapi3if.h

See also

ITPhone::get_LampMode

ITPhone::put_LampMode