C# Class DualButtonInput, blinkenlights

Show file Open project: Tinkerforge/blinkenlights Class Usage Examples

Public Methods

Method Description
DualButtonInput ( IPConnection ipcon, BlockingQueue keyQueue ) : System.Collections

Private Methods

Method Description
PressTick ( ) : void
StateChanged1CB ( BrickletDualButton sender, byte buttonL, byte buttonR, byte ledL, byte ledR ) : void
StateChanged2CB ( BrickletDualButton sender, byte buttonL, byte buttonR, byte ledL, byte ledR ) : void
StateToQueue ( int state ) : void

Method Details

DualButtonInput() public method

public DualButtonInput ( IPConnection ipcon, BlockingQueue keyQueue ) : System.Collections
ipcon IPConnection
keyQueue BlockingQueue
return System.Collections