C# Class Motion.Sound.TonePlayer

Summary description for CannedWCAtones.
Inheritance: IAlarmPlayer
显示文件 Open project: zhuangyy/Motion

Public Methods

Method Description
AlarmEnd ( ) : void
AlarmStart ( ) : void
Check ( ) : bool
MasterWarning1 ( ) : void
MasterWarning2 ( ) : void
Play ( ) : void
Radiation ( ) : void
Stop ( ) : void
TonePlayer ( ) : System
Wheels ( ) : void

Private Methods

Method Description
Beep ( int frequency, int duration ) : bool
WorkerThread ( ) : void

Method Details

AlarmEnd() public method

public AlarmEnd ( ) : void
return void

AlarmStart() public method

public AlarmStart ( ) : void
return void

Check() public method

public Check ( ) : bool
return bool

MasterWarning1() public method

public MasterWarning1 ( ) : void
return void

MasterWarning2() public method

public MasterWarning2 ( ) : void
return void

Play() public method

public Play ( ) : void
return void

Radiation() public method

public Radiation ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

TonePlayer() public method

public TonePlayer ( ) : System
return System

Wheels() public method

public Wheels ( ) : void
return void