C# Class Victor.CLI.FNController

Inheritance: Controller
Show file Open project: allisterb/Victor

Public Properties

Property Type Description
beeperOn bool

Public Methods

Method Description
Buzz ( ) : void
EnableASR ( ) : void
Exit ( ExitResult code ) : void
FNController ( FNOptions o ) : System
HandleInput ( DateTime time, string input ) : void
Prompt ( ) : void
SayErrorLine ( string template ) : void
SayInfoLine ( string template ) : void
SayWarningLine ( string template ) : void
Start ( ) : void
StartBeeper ( ) : void
StopASR ( ) : void
StopBeeper ( ) : void

Protected Methods

Method Description
SayCouldNotUnderstand ( string input ) : void

Private Methods

Method Description
EnableBeeper ( ) : void
JuliusSession_Listening ( ) : void
JuliusSession_Recognized ( string sentence ) : void
_StartBeeper ( ) : void
_StopBeeper ( ) : void

Method Details

Buzz() public method

public Buzz ( ) : void
return void

EnableASR() public method

public EnableASR ( ) : void
return void

Exit() public method

public Exit ( ExitResult code ) : void
code ExitResult
return void

FNController() public method

public FNController ( FNOptions o ) : System
o FNOptions
return System

HandleInput() public method

public HandleInput ( DateTime time, string input ) : void
time DateTime
input string
return void

Prompt() public method

public Prompt ( ) : void
return void

SayCouldNotUnderstand() protected method

protected SayCouldNotUnderstand ( string input ) : void
input string
return void

SayErrorLine() public method

public SayErrorLine ( string template ) : void
template string
return void

SayInfoLine() public method

public SayInfoLine ( string template ) : void
template string
return void

SayWarningLine() public method

public SayWarningLine ( string template ) : void
template string
return void

Start() public method

public Start ( ) : void
return void

StartBeeper() public method

public StartBeeper ( ) : void
return void

StopASR() public method

public StopASR ( ) : void
return void

StopBeeper() public method

public StopBeeper ( ) : void
return void

Property Details

beeperOn public static property

public static bool beeperOn
return bool