C# Class BasicCommandHandlers.DynCommandParameterManager

IProtocolParameterManager implementation that handles the Mode actions. syntax example : mode:set,shift This example removes all other modes and sets the shift mode as the current mode.
Inheritance: IProtocolParameterManager
Afficher le fichier Open project: Invenietis/ck-certified

Méthodes publiques

Méthode Description
DynCommandParameterManager ( ) : System
FillFromString ( string parameter ) : void
GetParameterString ( ) : string

Private Methods

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Method Details

DynCommandParameterManager() public méthode

public DynCommandParameterManager ( ) : System
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