C# Class Porrey.Uwp.IoT.Devices.KeyPad.KeyPad

Inheritance: IKeyPad
Show file Open project: porrey/iot

Public Methods

Method Description
Dispose ( ) : void
KeyPad ( int pinCount, IGpioPinMapping mappings ) : System

Protected Methods

Method Description
OnDispose ( ) : void
OnGetCharacterMappings ( ) : ICharacterGridMapping[]
OnKeyEvent ( KeyPadEventArgs e ) : void
OnPinValueChanged ( IGpioPinMapping mapping, PinChangedStatus status ) : void

Private Methods

Method Description
Pin_ValueChanged ( Windows.Devices.Gpio.GpioPin sender, Windows.Devices.Gpio.GpioPinValueChangedEventArgs args ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

KeyPad() public method

public KeyPad ( int pinCount, IGpioPinMapping mappings ) : System
pinCount int
mappings IGpioPinMapping
return System

OnDispose() protected method

protected OnDispose ( ) : void
return void

OnGetCharacterMappings() protected abstract method

protected abstract OnGetCharacterMappings ( ) : ICharacterGridMapping[]
return ICharacterGridMapping[]

OnKeyEvent() protected method

protected OnKeyEvent ( KeyPadEventArgs e ) : void
e KeyPadEventArgs
return void

OnPinValueChanged() protected method

protected OnPinValueChanged ( IGpioPinMapping mapping, PinChangedStatus status ) : void
mapping IGpioPinMapping
status PinChangedStatus
return void