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_HOOK_SWITCH_DEVICE enum is used to indicate the types of switch hooks on a phone device.
Syntax
typedef enum PHONE_HOOK_SWITCH_DEVICE {
PHSD_HANDSET = 0x1,
PHSD_SPEAKERPHONE = 0x2,
PHSD_HEADSET = 0x4
} ;
Constants
PHSD_HANDSETValue: 0x1 The handset's hookswitch. |
PHSD_SPEAKERPHONEValue: 0x2 The speakerphone's hookswitch. |
PHSD_HEADSETValue: 0x4 The headset's hookswitch. |
Requirements
| Requirement | Value |
|---|---|
| Header | tapi3if.h |