Condividi tramite


enumerazione PHONE_HOOK_SWITCH_DEVICE (tapi3if.h)

L'enumerazione PHONE_HOOK_SWITCH_DEVICE viene usata per indicare i tipi di ganci commutatori su un dispositivo telefonico.

Sintassi

typedef enum PHONE_HOOK_SWITCH_DEVICE {
  PHSD_HANDSET = 0x1,
  PHSD_SPEAKERPHONE = 0x2,
  PHSD_HEADSET = 0x4
} ;

Costanti

 
PHSD_HANDSET
Valore: 0x1
Hookswitch del set di mani.
PHSD_SPEAKERPHONE
Valore: 0x2
Hookswitch del altoparlante.
PHSD_HEADSET
Valore: 0x4
Hookswitch del visore.

Requisiti

Requisito Valore
Intestazione tapi3if.h

Vedi anche

ITPhone::get_HookSwitchState

ITPhone::p ut_HookSwitchState

ITPhoneEvent::get_HookSwitchDevice