Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The PHONE_BUTTON_MODE enum describes the mode of a phone button.
Syntax
typedef enum PHONE_BUTTON_MODE {
PBM_DUMMY = 0,
PBM_CALL,
PBM_FEATURE,
PBM_KEYPAD,
PBM_LOCAL,
PBM_DISPLAY
} ;
Constants
PBM_DUMMYValue: 0 Dummy button. |
PBM_CALLCall button. |
PBM_FEATUREFeature button. |
PBM_KEYPADKeypad button. |
PBM_LOCALLocal function button, such as mute or volume control. |
PBM_DISPLAYDisplay button. |
Requirements
| Requirement | Value |
|---|---|
| Header | tapi3if.h |