| PHONEBUTTONMODE_DUMMY | 0x00000001 |
| PHONEBUTTONMODE_CALL | 0x00000002 |
| PHONEBUTTONMODE_FEATURE | 0x00000004 |
| PHONEBUTTONMODE_KEYPAD | 0x00000008 |
| PHONEBUTTONMODE_LOCAL | 0x00000010 |
| PHONEBUTTONMODE_DISPLAY | 0x00000020 |
| Values | The PHONEBUTTONMODE constants have the following values: |
| PhoneButtonMode_dummy This value is used to describe a button/lamp position that has no corresponding button, but has only a lamp. | |
| PhoneButtonMode_call The button is assigned to a call appearance. | |
| PhoneButtonMode_feature The button is assigned to requesting features from the switch, such as hold, conference, transfer, etc. | |
| PhoneButtonMode_keypad The button is one of the twelve keypad buttons, '0' through '9', '*', and '#'. | |
| PhoneButtonMode_local The button is a local function button, such as mute or volume control. | |
| PhoneButtonMode_display The button is a "soft" button associated with the phone's display. A phone set can have zero or more display buttons. | |
| Extensibility | The high order 16 bits can be assigned for device specific extensions. The low order 16 bits are reserved. |
| Comments | This enumeration type is used in the PHONECAPS data structure to describe the meaning associated with the phone's buttons. |
| See Also | Functions: phoneGetDevCaps, phoneGetButtonInfo, phoneSetButtonInfo Messages: PHONE_BUTTON Data Types: PHONECAPS, PHONEBUTTONINFO |