C# 클래스 DroidExplorer.Service.DevicesMonitor

파일 보기 프로젝트 열기: camalot/droidexplorer 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DevicesMonitor System
TimerUpdate void

공개 메소드들

메소드 설명
Start ( ) : void

Starts this instance.

Stop ( ) : void

Stops this instance.

보호된 메소드들

메소드 설명
OnDeviceAdded ( DeviceEventArgs e ) : void

Raises the E:DeviceAdded event.

OnDeviceRemoved ( DeviceEventArgs e ) : void

Raises the E:DeviceRemoved event.

OnDeviceStateChanged ( DeviceEventArgs e ) : void

Raises the E:DeviceStateChanged event.

비공개 메소드들

메소드 설명
DevicesMonitor ( ) : System

Initializes a new instance of the DevicesMonitor class.

TimerUpdate ( object state ) : void

Timers the update.

메소드 상세

OnDeviceAdded() 보호된 메소드

Raises the E:DeviceAdded event.
protected OnDeviceAdded ( DeviceEventArgs e ) : void
e DroidExplorer.Core.DeviceEventArgs The instance containing the event data.
리턴 void

OnDeviceRemoved() 보호된 메소드

Raises the E:DeviceRemoved event.
protected OnDeviceRemoved ( DeviceEventArgs e ) : void
e DroidExplorer.Core.DeviceEventArgs The instance containing the event data.
리턴 void

OnDeviceStateChanged() 보호된 메소드

Raises the E:DeviceStateChanged event.
protected OnDeviceStateChanged ( DeviceEventArgs e ) : void
e DroidExplorer.Core.DeviceEventArgs The instance containing the event data.
리턴 void

Start() 공개 메소드

Starts this instance.
public Start ( ) : void
리턴 void

Stop() 공개 메소드

Stops this instance.
public Stop ( ) : void
리턴 void