C# Class ScpControl.Usb.UsbHub

ファイルを表示 Open project: nefarius/ScpToolkit

Public Methods

Method Description
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

Method Details

Close() public method

public Close ( ) : bool
return bool

Notify() public method

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

Open() public method

public Open ( ) : bool
return bool

Resume() public method

public Resume ( ) : bool
return bool

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : bool
return bool

Suspend() public method

public Suspend ( ) : bool
return bool

UsbHub() public method

public UsbHub ( ) : System
return System

UsbHub() public method

public UsbHub ( IContainer container ) : System
container IContainer
return System