C# 클래스 ScpControl.Usb.UsbHub

파일 보기 프로젝트 열기: nefarius/ScpToolkit

공개 메소드들

메소드 설명
Close ( ) : bool
Notify ( ScpDevice notification, string Class, string path ) : DsPadId
Open ( ) : bool
Resume ( ) : bool
Start ( ) : bool
Stop ( ) : bool
Suspend ( ) : bool
UsbHub ( ) : System
UsbHub ( IContainer container ) : System

메소드 상세

Close() 공개 메소드

public Close ( ) : bool
리턴 bool

Notify() 공개 메소드

public Notify ( ScpDevice notification, string Class, string path ) : DsPadId
notification ScpDevice
Class string
path string
리턴 DsPadId

Open() 공개 메소드

public Open ( ) : bool
리턴 bool

Resume() 공개 메소드

public Resume ( ) : bool
리턴 bool

Start() 공개 메소드

public Start ( ) : bool
리턴 bool

Stop() 공개 메소드

public Stop ( ) : bool
리턴 bool

Suspend() 공개 메소드

public Suspend ( ) : bool
리턴 bool

UsbHub() 공개 메소드

public UsbHub ( ) : System
리턴 System

UsbHub() 공개 메소드

public UsbHub ( IContainer container ) : System
container IContainer
리턴 System