C# 클래스 ScpControl.Bluetooth.BthHub

Represents a Bluetooth hub.
상속: ScpHub
파일 보기 프로젝트 열기: nefarius/ScpToolkit

공개 메소드들

메소드 설명
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