This documentation is archived and is not being maintained.
IrDAHints Enumeration
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Describes an enumeration of possible device types, such as Fax.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[Visual Basic] <Flags> <Serializable> Public Enum IrDAHints [C#] [Flags] [Serializable] public enum IrDAHints [C++] [Flags] [Serializable] __value public enum IrDAHints [JScript] public Flags Serializable enum IrDAHints
Members
| Member name | Description | Value |
|---|---|---|
| Computer Supported only by the .NET Compact Framework. | A personal computer | 4 |
| Fax Supported only by the .NET Compact Framework. | A fax | 32 |
| FileServer Supported only by the .NET Compact Framework. | A personal computer file server | 512 |
| LanAccess Supported only by the .NET Compact Framework. | A local area network access | 64 |
| Modem Supported only by the .NET Compact Framework. | A modem | 16 |
| None Supported only by the .NET Compact Framework. | A name indicating no device | 0 |
| PdaAndPalmtop Supported only by the .NET Compact Framework. | A Pocket PC | 2 |
| PnP Supported only by the .NET Compact Framework. | A Plug and Play interface | 1 |
| Printer Supported only by the .NET Compact Framework. | A printer | 8 |
| Telephony Supported only by the .NET Compact Framework. | A telephonic device | 256 |
Requirements
Namespace: System.Net.Sockets
Platforms: .NET Compact Framework
Assembly: System.Net.Irda (in System.Net.Irda.dll)
See Also
Show: