C# Class LgBackLight.DeviceEventNotifier

Inheritance: System.Windows.Forms.NativeWindow
Datei anzeigen Open project: zzattack/Logitech-LCD Class Usage Examples

Public Methods

Method Description
DeviceEventNotifier ( IntPtr windowHandle, System.Guid deviceClass ) : System

Protected Methods

Method Description
WndProc ( System &m ) : void

Private Methods

Method Description
OnDeviceArrived ( string devicePath ) : void
OnDeviceRemoval ( string devicePath ) : void

Method Details

DeviceEventNotifier() public method

public DeviceEventNotifier ( IntPtr windowHandle, System.Guid deviceClass ) : System
windowHandle System.IntPtr
deviceClass System.Guid
return System

WndProc() protected method

protected WndProc ( System &m ) : void
m System
return void