C# Класс ScpControl.Bluetooth.BthHub

Represents a Bluetooth hub.
Наследование: ScpHub
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

BthHub() публичный Метод

public BthHub ( ) : System.ComponentModel
Результат System.ComponentModel

BthHub() публичный Метод

public BthHub ( IContainer container ) : System.ComponentModel
container IContainer
Результат System.ComponentModel

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