IrDACharacterSet Enumeration
Describes the character sets supported by the device.
[Visual Basic] <Serializable> Public Enum IrDACharacterSet [C#] [Serializable] public enum IrDACharacterSet [C++] [Serializable] __value public enum IrDACharacterSet [JScript] public Serializable enum IrDACharacterSet
Remarks
The IrDACharacterSet enumeration describes the following character sets, which are used by the IrDAClient and IrDADeviceInfo classes.
Members
| Member name | Description |
|---|---|
| ASCII Supported only by the .NET Compact Framework. | The ASCII character set. |
| ISO8859Arabic Supported only by the .NET Compact Framework. | The Arabic graphic character set. |
| ISO8859Cyrillic Supported only by the .NET Compact Framework. | The Cyrillic graphic character set. |
| ISO8859Greek Supported only by the .NET Compact Framework. | The Greek graphic character set. |
| ISO8859Hebrew Supported only by the .NET Compact Framework. | The Hebrew graphic character set. |
| ISO8859Latin1 Supported only by the .NET Compact Framework. | The western European graphic character set. |
| ISO8859Latin2 Supported only by the .NET Compact Framework. | The eastern European graphic character set. |
| ISO8859Latin3 Supported only by the .NET Compact Framework. | The southern European graphic character set. |
| ISO8859Latin4 Supported only by the .NET Compact Framework. | The northern European graphic character set. |
| ISO8859Latin5 Supported only by the .NET Compact Framework. | The Turkish graphic character set. |
| Unicode Supported only by the .NET Compact Framework. | The Unicode character set. |
Requirements
Namespace: System.Net.Sockets
Platforms: .NET Compact Framework
Assembly: System.Net.Irda (in System.Net.Irda.dll)