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 PHONECAPS_LONG enum is used by methods that set or get phone capabilities described by a long value.
Syntax
typedef enum PHONECAPS_LONG {
PCL_HOOKSWITCHES = 0,
PCL_HANDSETHOOKSWITCHMODES,
PCL_HEADSETHOOKSWITCHMODES,
PCL_SPEAKERPHONEHOOKSWITCHMODES,
PCL_DISPLAYNUMROWS,
PCL_DISPLAYNUMCOLUMNS,
PCL_NUMRINGMODES,
PCL_NUMBUTTONLAMPS,
PCL_GENERICPHONE
} ;
Constants
PCL_HOOKSWITCHESValue: 0 Specifies the hookswitch devices available using one or more members of the PHONE_HOOK_SWITCH_DEVICE enum. |
PCL_HANDSETHOOKSWITCHMODESSpecifies the handset hook switch modes. |
PCL_HEADSETHOOKSWITCHMODESSpecifies the headset hook switch modes. |
PCL_SPEAKERPHONEHOOKSWITCHMODESSpecifies the speakerphone hook switch modes. |
PCL_DISPLAYNUMROWSSpecifies the number of rows in a phone display device. |
PCL_DISPLAYNUMCOLUMNSSpecifies the number of columns in a phone display device. |
PCL_NUMRINGMODESSpecifies the number of ring modes. If a USB phone returns zero for this value, the phone typically does not have a ringer device. The ringing sound plays on the default audio device for the system; for example, on sound card speakers. |
PCL_NUMBUTTONLAMPSSpecifies the number of button lamps. |
PCL_GENERICPHONESpecifies whether the phone is generic: a value of one indicates it is, a value of zero indicates it is not. A generic phone is a phone device that declares itself as available on all addresses that support audio terminals. For example, a USB phone is generic, because it is not tied to a specific TAPI address. |
Requirements
| Requirement | Value |
|---|---|
| Header | tapi3if.h |