C# Class LgLcd.Device

Mostra file Open project: zzattack/Logitech-LCD Class Usage Examples

Public Methods

Method Description
Close ( ) : void
Device ( ) : System
Open ( Applet applet, DeviceType type ) : void
ReadSoftButtons ( ) : SoftButtonFlags
SetAsLCDForegroundApp ( bool yesNo ) : void
UpdateBitmap ( Bitmap bitmap, Priority priority, bool syncUpdate = false, bool syncCompleteWithinFrame = false ) : void

Private Methods

Method Description
OnSoftButtons ( int device, LgLcd buttons, IntPtr context ) : int

Method Details

Close() public method

public Close ( ) : void
return void

Device() public method

public Device ( ) : System
return System

Open() public method

public Open ( Applet applet, DeviceType type ) : void
applet Applet
type DeviceType
return void

ReadSoftButtons() public method

public ReadSoftButtons ( ) : SoftButtonFlags
return SoftButtonFlags

SetAsLCDForegroundApp() public method

public SetAsLCDForegroundApp ( bool yesNo ) : void
yesNo bool
return void

UpdateBitmap() public method

public UpdateBitmap ( Bitmap bitmap, Priority priority, bool syncUpdate = false, bool syncCompleteWithinFrame = false ) : void
bitmap System.Drawing.Bitmap
priority Priority
syncUpdate bool
syncCompleteWithinFrame bool
return void