IrDAHints Enumeration

Describes an enumeration of possible device types, such as Fax.

Definition

Namespace: InTheHand.Net.Sockets
Assembly: InTheHand.Net.IrDA (in InTheHand.Net.IrDA.dll) Version: 4.0.2+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
[FlagsAttribute]
public enum IrDAHints

Members

None0 Unspecified device type.
PnP1 A Plug and Play interface.
PdaAndPalmtop2 A Pocket PC or similar.
Computer4 A personal computer.
Printer8 A printer.
Modem16 A modem.
Fax32 A fax.
LanAccess64 A local area network access.
Extension128 Contains extended hint bytes.
Telephony256 A telephonic device.
FileServer512 A personal computer file server.
IrCOMM1,024 Device supports IrCOMM.
Obex8,192 Device supports Object Exchange.

See Also