PHONE_HOOK_SWITCH_DEVICE enumeración (tapi3if.h)
La enumeración PHONE_HOOK_SWITCH_DEVICE se usa para indicar los tipos de enlaces de conmutador en un dispositivo telefónico.
Syntax
typedef enum PHONE_HOOK_SWITCH_DEVICE {
PHSD_HANDSET = 0x1,
PHSD_SPEAKERPHONE = 0x2,
PHSD_HEADSET = 0x4
} ;
Constantes
PHSD_HANDSET Valor: 0x1 El gancho del terminal. |
PHSD_SPEAKERPHONE Valor: 0x2 El hookswitch del altavoz. |
PHSD_HEADSET Valor: 0x4 El gancho del casco. |
Requisitos
Requisito | Valor |
---|---|
Header | tapi3if.h |