C# 클래스 LgLcd.WinFormsApplet

Very generic applet based on a UserControl. The implementer can simply use the Designer to generate a UserControl which using WinFormsApplet's functionality gets rendered off-screen and pushed to the device. Use needs to override the UpdateLcdScreen event and invoke it whenever the screen needs to be repainted.
상속: System.Windows.Forms.UserControl, IApplet
파일 보기 프로젝트 열기: zzattack/Logitech-LCD

보호된 프로퍼티들

프로퍼티 타입 설명
Device Device

공개 메소드들

메소드 설명
Connect ( string friendlyName, bool autostartable, AppletCapabilities appletCaps ) : void
Disconnect ( ) : void
OnAppletDisabled ( ) : void
OnAppletEnabled ( ) : void
OnCloseConnection ( ) : void
OnConfigure ( ) : void
OnDeviceArrival ( DeviceType deviceType ) : void
OnDeviceRemoval ( DeviceType deviceType ) : void

보호된 메소드들

메소드 설명
InitializeApplet ( ) : void
WinFormsApplet ( ) : System
WinFormsApplet_UpdateLcdScreen ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
DrawToBitmap2 ( ) : void

somewhat faster version of DrawToBitmap, directly specifying a DC to the bitmap instead of generating a compatible one and then blitting

SendMessage ( HandleRef hWnd, int msg, IntPtr wParam, IntPtr lParam ) : IntPtr

메소드 상세

Connect() 공개 메소드

public Connect ( string friendlyName, bool autostartable, AppletCapabilities appletCaps ) : void
friendlyName string
autostartable bool
appletCaps AppletCapabilities
리턴 void

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

InitializeApplet() 보호된 메소드

protected InitializeApplet ( ) : void
리턴 void

OnAppletDisabled() 공개 메소드

public OnAppletDisabled ( ) : void
리턴 void

OnAppletEnabled() 공개 메소드

public OnAppletEnabled ( ) : void
리턴 void

OnCloseConnection() 공개 메소드

public OnCloseConnection ( ) : void
리턴 void

OnConfigure() 공개 메소드

public OnConfigure ( ) : void
리턴 void

OnDeviceArrival() 공개 메소드

public OnDeviceArrival ( DeviceType deviceType ) : void
deviceType DeviceType
리턴 void

OnDeviceRemoval() 공개 메소드

public OnDeviceRemoval ( DeviceType deviceType ) : void
deviceType DeviceType
리턴 void

WinFormsApplet() 보호된 메소드

protected WinFormsApplet ( ) : System
리턴 System

WinFormsApplet_UpdateLcdScreen() 보호된 메소드

protected WinFormsApplet_UpdateLcdScreen ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

Device 보호되어 있는 프로퍼티

protected Device,LgLcd Device
리턴 Device