C# 클래스 XboxBigButton.XboxBigButtonDevice

파일 보기 프로젝트 열기: sverrirs/XboxBigButton

공개 메소드들

메소드 설명
Connect ( ) : void
Disconnect ( ) : void
XboxBigButtonDevice ( string customDeviceInterfaceGuid = null ) : System

Constructs a new instance of the XboxBigButtonDevice

보호된 메소드들

메소드 설명
OnButtonStateChanged ( XboxBigButtonDeviceEventArgs e ) : void

비공개 메소드들

메소드 설명
BgWorkerOnDoWork ( object sender, DoWorkEventArgs e ) : void
BgWorkerOnProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
BgWorkerOnRunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
ProcessIncomingMessage ( byte inbuffer ) : void

메소드 상세

Connect() 공개 메소드

public Connect ( ) : void
리턴 void

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

OnButtonStateChanged() 보호된 메소드

protected OnButtonStateChanged ( XboxBigButtonDeviceEventArgs e ) : void
e XboxBigButtonDeviceEventArgs
리턴 void

XboxBigButtonDevice() 공개 메소드

Constructs a new instance of the XboxBigButtonDevice
public XboxBigButtonDevice ( string customDeviceInterfaceGuid = null ) : System
customDeviceInterfaceGuid string Optional custom deviceInterfaceGuid in case the default GUID in the supplied driver is modified
리턴 System