C# Class ScpControl.Bluetooth.BthHub

Represents a Bluetooth hub.
Inheritance: ScpHub
Mostrar archivo Open project: nefarius/ScpToolkit

Public Methods

Method Description
BthHub ( ) : System.ComponentModel
BthHub ( IContainer container ) : System.ComponentModel
Close ( ) : bool
Notify ( ScpDevice notification, string Class, string path ) : DsPadId
Open ( ) : bool
Resume ( ) : bool
Start ( ) : bool
Stop ( ) : bool
Suspend ( ) : bool

Method Details

BthHub() public method

public BthHub ( ) : System.ComponentModel
return System.ComponentModel

BthHub() public method

public BthHub ( IContainer container ) : System.ComponentModel
container IContainer
return System.ComponentModel

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