Enum MorseAlphabets

MorseAlphabets enumeration

Represents set of alphabets supported for Morse code

public enum MorseAlphabets : byte

Values

NameValueDescription
Latin0The Latin Morse code alphabet
Greek1The Greek Morse code alphabet
Cyrillic2The Cyrillic code alphabet
Hebrew3The Hebrew code alphabet
Arabic4The Arabic code alphabet
Portuguese5The Portuguese code alphabet
Kurdish6The Kurdish code alphabet
Persian7The Persian (Farsi) code alphabet

See Also