Share via


Line Capability Classes (Compact 2013)

3/26/2014

The Line Capability Class constants are listed in the following table.

Note

The term "class" used here refers to the type of telephone service - not a programming class.

Capability Class

Value

Description

LINECAPSCLASS_VOICE

0x00000001

Voice service capability.

LINECAPSCLASS_DATA

0x00000002

Data service capability.

LINECAPSCLASS_FAX

0x00000004

FAX service capability.

LINECAPSCLASS_SMS

0x00000008

Short Message Service (SMS) service capability.

LINECAPSCLASS_SYNCDATA

0x00000010

Synchronous service capability.

LINECAPSCLASS_ASYNCDATA

0x00000020

Asynchronous service capability.

LINECAPSCLASS_PACKET

0x00000040

Packet service capability.

LINECAPSCLASS_PAD

0x00000080

Pad service capability.

LINECAPSCLASS_ALL

0x000000FF

Capable of rendering all services capability.

Requirements

Header

extapi.h

See Also

Reference

Extended TAPI Constants