C# 클래스 BasicCommandHandlers.ModeCommandParameterManager

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.
상속: IProtocolParameterManager
파일 보기 프로젝트 열기: Invenietis/ck-certified

공개 메소드들

메소드 설명
FillFromString ( string parameter ) : void
GetParameterString ( ) : string
ModeCommandParameterManager ( ) : System

비공개 메소드들

메소드 설명
OnPropertyChanged ( string propertyName ) : void

메소드 상세

FillFromString() 공개 메소드

public FillFromString ( string parameter ) : void
parameter string
리턴 void

GetParameterString() 공개 메소드

public GetParameterString ( ) : string
리턴 string

ModeCommandParameterManager() 공개 메소드

public ModeCommandParameterManager ( ) : System
리턴 System