C# Class BasicCommandHandlers.ChangeKeyboardCommandParameterManager

Implementation of the IKeyCommandParameter interface that enables switching to a keyboard. The parameter is set as string value. Getting the Command string returns the value. This implementation is the name of the keyboard.
Inheritance: IProtocolParameterManager
Afficher le fichier Open project: Invenietis/ck-certified

Méthodes publiques

Méthode Description
ChangeKeyboardCommandParameterManager ( ICollection keyboards ) : System
FillFromString ( string parameter ) : void
GetParameterString ( ) : string

Private Methods

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Method Details

ChangeKeyboardCommandParameterManager() public méthode

public ChangeKeyboardCommandParameterManager ( ICollection keyboards ) : System
keyboards ICollection
Résultat System

FillFromString() public méthode

public FillFromString ( string parameter ) : void
parameter string
Résultat void

GetParameterString() public méthode

public GetParameterString ( ) : string
Résultat string