C# Class TeamFlash.Linux.BuildLight

Inheritance: IBuildLight
显示文件 Open project: Readify/TeamFlash Class Usage Examples

Public Methods

Method Description
Fail ( ) : void
Off ( ) : void
Success ( ) : void
Warning ( ) : void

Private Methods

Method Description
SetLightColor ( int color ) : void

Method Details

Fail() public method

public Fail ( ) : void
return void

Off() public method

public Off ( ) : void
return void

Success() public method

public Success ( ) : void
return void

Warning() public method

public Warning ( ) : void
return void