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

Inheritance: IKeyPad
Afficher le fichier Open project: porrey/iot

Méthodes publiques

Méthode Description
Dispose ( ) : void
KeyPad ( int pinCount, IGpioPinMapping mappings ) : System

Méthodes protégées

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

Private Methods

Méthode Description
Pin_ValueChanged ( Windows.Devices.Gpio.GpioPin sender, Windows.Devices.Gpio.GpioPinValueChangedEventArgs args ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

KeyPad() public méthode

public KeyPad ( int pinCount, IGpioPinMapping mappings ) : System
pinCount int
mappings IGpioPinMapping
Résultat System

OnDispose() protected méthode

protected OnDispose ( ) : void
Résultat void

OnGetCharacterMappings() protected abstract méthode

protected abstract OnGetCharacterMappings ( ) : ICharacterGridMapping[]
Résultat ICharacterGridMapping[]

OnKeyEvent() protected méthode

protected OnKeyEvent ( KeyPadEventArgs e ) : void
e KeyPadEventArgs
Résultat void

OnPinValueChanged() protected méthode

protected OnPinValueChanged ( IGpioPinMapping mapping, PinChangedStatus status ) : void
mapping IGpioPinMapping
status PinChangedStatus
Résultat void