Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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_DUMMYValue: 0x1 The lamp identifier has no corresponding lamp. |
LM_OFFValue: 0x2 The lamp is off. |
LM_STEADYValue: 0x4 The lamp is on steadily. |
LM_WINKValue: 0x8 The lamp is winking, which means on and off at a normal rate. |
LM_FLASHValue: 0x10 The lamp is flashing, which means a slow on and off. |
LM_FLUTTERValue: 0x20 The lamp is fluttering, which means a fast on and off. |
LM_BROKENFLUTTERValue: 0x40 The lamp is flashing, which means superposition of a flash and flutter. |
LM_UNKNOWNValue: 0x80 The lamp mode is not known. |
Requirements
| Requirement | Value |
|---|---|
| Header | tapi3if.h |