C# Class ScpControl.Bluetooth.BthHub

Represents a Bluetooth hub.
Inheritance: ScpHub
Afficher le fichier Open project: nefarius/ScpToolkit

Méthodes publiques

Méthode 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 méthode

public BthHub ( ) : System.ComponentModel
Résultat System.ComponentModel

BthHub() public méthode

public BthHub ( IContainer container ) : System.ComponentModel
container IContainer
Résultat System.ComponentModel

Close() public méthode

public Close ( ) : bool
Résultat bool

Notify() public méthode

public Notify ( ScpDevice notification, string Class, string path ) : DsPadId
notification ScpDevice
Class string
path string
Résultat DsPadId

Open() public méthode

public Open ( ) : bool
Résultat bool

Resume() public méthode

public Resume ( ) : bool
Résultat bool

Start() public méthode

public Start ( ) : bool
Résultat bool

Stop() public méthode

public Stop ( ) : bool
Résultat bool

Suspend() public méthode

public Suspend ( ) : bool
Résultat bool