C# 클래스 MFIGamepadFeeder.MainWindowViewModel

상속: IDisposable
파일 보기 프로젝트 열기: Axadiw/MFIGamepadFeeder

공개 프로퍼티들

프로퍼티 타입 설명
HidManager MFIGamepadShared.HidManager
IsRunning ReactiveProperty

공개 메소드들

메소드 설명
Dispose ( ) : void
MainWindowViewModel ( ) : System
Start ( HidDeviceRepresentation selectedHids, uint selectedGamepadIds, string selectedMappsingPaths ) : void
Stop ( ) : void

보호된 메소드들

메소드 설명
Log ( string errormessage ) : void

비공개 메소드들

메소드 설명
GetMappingFromFilePath ( string filePath ) : Task

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Log() 보호된 메소드

protected Log ( string errormessage ) : void
errormessage string
리턴 void

MainWindowViewModel() 공개 메소드

public MainWindowViewModel ( ) : System
리턴 System

Start() 공개 메소드

public Start ( HidDeviceRepresentation selectedHids, uint selectedGamepadIds, string selectedMappsingPaths ) : void
selectedHids HidDeviceRepresentation
selectedGamepadIds uint
selectedMappsingPaths string
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

HidManager 공개적으로 프로퍼티

public HidManager,MFIGamepadShared HidManager
리턴 MFIGamepadShared.HidManager

IsRunning 공개적으로 프로퍼티

public ReactiveProperty IsRunning
리턴 ReactiveProperty