Method | Description | |
---|---|---|
BuzzerLayer ( ) : System | ||
lightUp ( int handset, int buzzer ) : void | ||
putOut ( int handset, int buzzer ) : void | ||
setCallback ( Callback c ) : void |
Method | Description | |
---|---|---|
somethingHappens ( Object sender, BuzzIO.BuzzButtonChangedEventArgs e ) : void | ||
unplugged ( Object sender, |
||
updateLights ( int h ) : void | ||
xor ( System.Boolean a, System.Boolean b ) : System.Boolean | ||
xor ( BuzzIO.ButtonStates a, BuzzIO.ButtonStates b ) : BuzzIO.ButtonStates |
public lightUp ( int handset, int buzzer ) : void | ||
handset | int | |
buzzer | int | |
return | void |
public putOut ( int handset, int buzzer ) : void | ||
handset | int | |
buzzer | int | |
return | void |