PHONE_BUTTON_MODE enumeration (tapi3if.h)
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_DUMMY Value: 0 Dummy button. |
PBM_CALL Call button. |
PBM_FEATURE Feature button. |
PBM_KEYPAD Keypad button. |
PBM_LOCAL Local function button, such as mute or volume control. |
PBM_DISPLAY Display button. |
Requirements
Requirement | Value |
---|---|
Header | tapi3if.h |