C# Class CodeTV.WinLIRC

Summary description for WinLIRC.
ファイルを表示 Open project: dgis/CodeTV Class Usage Examples

Public Methods

Method Description
Start ( ) : bool
Stop ( ) : void
Stop ( bool waitClose ) : void
WinLIRC ( ) : System

Protected Methods

Method Description
OnCommandReceived ( string rawIrCommand ) : void

Private Methods

Method Description
WinLIRCThread ( ) : void

Method Details

OnCommandReceived() protected method

protected OnCommandReceived ( string rawIrCommand ) : void
rawIrCommand string
return void

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : void
return void

Stop() public method

public Stop ( bool waitClose ) : void
waitClose bool
return void

WinLIRC() public method

public WinLIRC ( ) : System
return System