C# Class DualButtonInput, blinkenlights

Afficher le fichier Open project: Tinkerforge/blinkenlights Class Usage Examples

Méthodes publiques

Méthode Description
DualButtonInput ( IPConnection ipcon, BlockingQueue keyQueue ) : System.Collections

Private Methods

Méthode 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 méthode

public DualButtonInput ( IPConnection ipcon, BlockingQueue keyQueue ) : System.Collections
ipcon IPConnection
keyQueue BlockingQueue
Résultat System.Collections