TwclIrDAConnectionMode Enumeration

The IrDA connection modes.

Namespace: wclIrDADevices
type
 TwclIrDAConnectionMode = (
 cmIrComm3Wire,
 cmIrComm9Wire,
 cmIrLpt
 );

The TwclIrDAConnectionMode type exposes the following members.

Show:
 NameDescription
cmIrComm3Wire

The IrDA TinyTP 3-wire connection mode.

cmIrComm9Wire

The IrDA TinyTP 9-wire connection mode (also known as "Cooked Mode"). This option causes a connection to use cooked mode on the data transferred. Note that no access to the received control information is available in Windows and null control information is sent. Note also that it is not possible to neither manually add control information alongside outgoing data nor intercept incoming control information.

cmIrLpt

IrLMP (non-TinyTP) mode. Note that this mode is not supported on a server side.

Top