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_EVENT enum indicates a type of phone event.
Syntax
typedef enum PHONE_EVENT {
PE_DISPLAY = 0,
PE_LAMPMODE,
PE_RINGMODE,
PE_RINGVOLUME,
PE_HOOKSWITCH,
PE_CAPSCHANGE,
PE_BUTTON,
PE_CLOSE,
PE_NUMBERGATHERED,
PE_DIALING,
PE_ANSWER,
PE_DISCONNECT,
PE_LASTITEM
} ;
Constants
PE_DISPLAYValue: 0 Phone display has changed. |
PE_LAMPMODELamp mode has changed. |
PE_RINGMODERinging mode has changed. |
PE_RINGVOLUMERinging volume has changed. |
PE_HOOKSWITCHHookswitch status has changed. |
PE_CAPSCHANGEPhone capabilities have changed. |
PE_BUTTONThe phone button has changed. |
PE_CLOSEThe phone has been closed. |
PE_NUMBERGATHEREDA dialed number has been gathered by the phone. |
PE_DIALINGThe phone is dialing. |
PE_ANSWERThe phone has been answered. |
PE_DISCONNECTThe phone has been disconnected. |
PE_LASTITEMLast item in enum. Allows device-specific additions to this enum. |
Requirements
| Requirement | Value |
|---|---|
| Header | tapi3if.h |