LINETERMDEV (Compact 2013)

3/26/2014

These bit-flag constants describe different types of terminal devices.

The following table shows the LINETERMDEV constants.

Value

Description

LINETERMDEV_HEADSET = 0x00000002

The terminal is a headset.

LINETERMDEV_PHONE = 0x00000001

The terminal is a phone set.

LINETERMDEV_SPEAKER = 0x00000004

The terminal is an external speaker and microphone.

Remarks

These constants cannot be extended. All 32 bits are reserved.

These constants are used to characterize a line's terminal device and help an application to determine the nature of a terminal device.

Requirements

Header

tapi.h

See Also

Reference

TAPI Constants