TwclIrDAHint Enumeration

The hint can give information about what a given IrDA device is and what it supports.

Namespace: wclIrDADevices
type
 TwclIrDAHint = (
 ihPnp,
 ihPda,
 ihComputer,
 ihPrinter,
 ihModem,
 ihFax,
 ihLan,
 ihTelephony,
 ihFileServer,
 ihComm,
 ihMessage,
 ihHttp,
 ihObex
 );

The TwclIrDAHint type exposes the following members.

Show:
 NameDescription
ihComm

The device supports communication features.

ihComputer

The device is a computer.

ihFax

The device supports fax features.

ihFileServer

The device supports file server features.

ihHttp

The device supports HTTP.

ihLan

The device supports LAN features.

ihMessage

The device supports messaging features.

ihModem

The device supports modem features.

ihObex

The device supports OBEX.

ihPda

The device is a PDA.

ihPnp

The device supports PnP.

ihPrinter

The device supports printer features.

ihTelephony

The device supports telephony features.

Top