2.2.3.2.2 PHONEBUTTONMODE_Constants
The PHONEBUTTONMODE_Constants are bit-flag constants that describe the button classes.
|
Constant/value |
Description |
|---|---|
|
PHONEBUTTONMODE_DUMMY 0x00000001 |
This value is used to describe a button/lamp position that has no corresponding button but has only a lamp. |
|
PHONEBUTTONMODE_CALL 0x00000002 |
The button must be assigned to a call appearance. |
|
PHONEBUTTONMODE_FEATURE 0x00000004 |
The button must be assigned to requesting features from the switch, such as hold, conference, and transfer. |
|
PHONEBUTTONMODE_KEYPAD 0x00000008 |
The button must be one of the twelve keypad buttons, that is, "0" through "9", "*", or "#". |
|
PHONEBUTTONMODE_LOCAL 0x00000010 |
The button must be a local function button, such as mute or volume control. |
|
PHONEBUTTONMODE_DISPLAY 0x00000020 |
The button must be a "soft" button that is associated with the phone display. A phone set can have zero or more display buttons. |
This enumeration type is used in the PHONECAPS data packet to describe the meaning that is associated with the buttons of the phone.