C# Class DSPUtil.MorseCode

Inheritance: SoundObj
Exibir arquivo Open project: hughpyle/inguz-DSPUtil

Public Methods

Method Description
Code ( string s ) : List
MorseCode ( string text ) : System
MorseCode ( string text, double speed, bool repeat ) : System

Method Details

Code() public static method

public static Code ( string s ) : List
s string
return List

MorseCode() public method

public MorseCode ( string text ) : System
text string
return System

MorseCode() public method

public MorseCode ( string text, double speed, bool repeat ) : System
text string
speed double
repeat bool
return System