PHONE_HOOK_SWITCH_STATE-Enumeration (tapi3if.h)

Die PHONE_HOOK_SWITCH_STATE-Enumeration enthält Indikatoren für den Status des Telefonhakenschalters.

Syntax

typedef enum PHONE_HOOK_SWITCH_STATE {
  PHSS_ONHOOK = 0x1,
  PHSS_OFFHOOK_MIC_ONLY = 0x2,
  PHSS_OFFHOOK_SPEAKER_ONLY = 0x4,
  PHSS_OFFHOOK = 0x8
} ;

Konstanten

 
PHSS_ONHOOK
Wert: 0x1
Gibt an, dass das Telefon onhook ist.
PHSS_OFFHOOK_MIC_ONLY
Wert: 0x2
Gibt an, dass nur das Mikrofon des Telefons offhook ist.
PHSS_OFFHOOK_SPEAKER_ONLY
Wert: 0x4
Gibt an, dass nur der Lautsprecher des Telefons offhook ist.
PHSS_OFFHOOK
Wert: 0x8
Gibt an, dass das Telefon offhook ist.

Anforderungen

Anforderung Wert
Header tapi3if.h

Weitere Informationen

ITPhone::get_HookSwitchState

ITPhone::p ut_HookSwitchState

ITPhoneEvent::get_HookSwitchState