IrDACharacterSet Enumeration
Describes the character sets supported by the device.
Namespace: InTheHand.Net.SocketsAssembly: InTheHand.Net.IrDA (in InTheHand.Net.IrDA.dll) Version: 4.0.2+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public enum IrDACharacterSet
Public Enumeration IrDACharacterSet
public enum class IrDACharacterSet
The
IrDACharacterSet enumeration describes the following character sets, which are used by the
IrDAClient and
IrDADeviceInfo classes.
ASCII | 0 |
The ASCII character set.
|
ISO8859Latin1 | 1 |
The western European graphic character set.
|
ISO8859Latin2 | 2 |
The eastern European graphic character set.
|
ISO8859Latin3 | 3 |
The southern European graphic character set.
|
ISO8859Latin4 | 4 |
The northern European graphic character set.
|
ISO8859Cyrillic | 5 |
The Cyrillic graphic character set.
|
ISO8859Arabic | 6 |
The Arabic graphic character set.
|
ISO8859Greek | 7 |
The Greek graphic character set.
|
ISO8859Hebrew | 8 |
The Hebrew graphic character set.
|
ISO8859Latin5 | 9 |
The Turkish graphic character set.
|
Unicode | 255 |
The Unicode character set.
|