Line Capability Classes (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

Extended TAPI Constants