C# Class ntrclient.Prog.CS.HeartbeatController

Exibir arquivo Open project: imthe666st/NTRClient Class Usage Examples

Public Methods

Method Description
SetCode ( Gateshark s ) : void
SetCode ( string s ) : void
Start ( ) : void
Status ( ) : bool
Stop ( ) : void
Toggle ( ) : void

Method Details

SetCode() public method

public SetCode ( Gateshark s ) : void
s ntrclient.Extra.Gateshark
return void

SetCode() public method

public SetCode ( string s ) : void
s string
return void

Start() public method

public Start ( ) : void
return void

Status() public method

public Status ( ) : bool
return bool

Stop() public method

public Stop ( ) : void
return void

Toggle() public method

public Toggle ( ) : void
return void