TwclSerialType Enumeration

The communications-provider type.

Namespace: wclSerialClients
type
 TwclSerialType = (
 stFax,
 stLat,
 stModem,
 stNetworkBridge,
 stParallelPort,
 stRS232,
 stRS422,
 stRS423,
 stRS449,
 stScanner,
 stTcpIpTelNet,
 stX25,
 stUnspecified
 );

The TwclSerialType type exposes the following members.

Show:
 NameDescription
stFax

FAX device.

stLat

LAT protocol.

stModem

Modem device.

stNetworkBridge

Unspecified network bridge.

stParallelPort

Parallel port.

stRS232

RS-232 serial port.

stRS422

RS-422 port.

stRS423

RS-423 port.

stRS449

RS-449 port.

stScanner

Scanner device.

stTcpIpTelNet

TCP/IP Telnet protocol.

stUnspecified

Unspecified.

stX25

X.25 standards.

Top