com.buglabs.bug.jni.lcd
Class LCDControl

java.lang.Object
  extended by com.buglabs.bug.jni.common.CharDevice
      extended by com.buglabs.bug.jni.lcd.LCDControl

public class LCDControl
extends CharDevice


Field Summary
 
Fields inherited from class com.buglabs.bug.jni.common.CharDevice
fd
 
Constructor Summary
LCDControl()
           
 
Method Summary
 int ioctl_BMI_LCD_ACTIVATE(int slot)
           
 int ioctl_BMI_LCD_CLRRST(int slot)
           
 int ioctl_BMI_LCD_DEACTIVATE(int slot)
           
 int ioctl_BMI_LCD_DIS(int slot)
           
 int ioctl_BMI_LCD_EN(int slot)
           
 int ioctl_BMI_LCD_GETSTAT(int slot)
           
 int ioctl_BMI_LCD_GLEDOFF(int slot)
           
 int ioctl_BMI_LCD_GLEDON(int slot)
           
 int ioctl_BMI_LCD_RESUME(int slot)
           
 int ioctl_BMI_LCD_RLEDOFF(int slot)
           
 int ioctl_BMI_LCD_RLEDON(int slot)
           
 int ioctl_BMI_LCD_SER_DIS(int slot)
           
 int ioctl_BMI_LCD_SER_EN(int slot)
           
 int ioctl_BMI_LCD_SET_BL(int slot, int val)
           
 int ioctl_BMI_LCD_SETRST(int slot)
           
 int ioctl_BMI_LCD_SUSPEND(int slot)
           
 int ioctl_BMI_LCD_VSYNC_DIS(int slot)
           
 int ioctl_BMI_LCD_VSYNC_EN(int slot)
           
 
Methods inherited from class com.buglabs.bug.jni.common.CharDevice
close, getFileDescriptor, getline, ioctl, lseek, open, read, read, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LCDControl

public LCDControl()
Method Detail

ioctl_BMI_LCD_RLEDOFF

public int ioctl_BMI_LCD_RLEDOFF(int slot)

ioctl_BMI_LCD_RLEDON

public int ioctl_BMI_LCD_RLEDON(int slot)

ioctl_BMI_LCD_GLEDOFF

public int ioctl_BMI_LCD_GLEDOFF(int slot)

ioctl_BMI_LCD_GLEDON

public int ioctl_BMI_LCD_GLEDON(int slot)

ioctl_BMI_LCD_VSYNC_DIS

public int ioctl_BMI_LCD_VSYNC_DIS(int slot)

ioctl_BMI_LCD_VSYNC_EN

public int ioctl_BMI_LCD_VSYNC_EN(int slot)

ioctl_BMI_LCD_EN

public int ioctl_BMI_LCD_EN(int slot)

ioctl_BMI_LCD_DIS

public int ioctl_BMI_LCD_DIS(int slot)

ioctl_BMI_LCD_SER_EN

public int ioctl_BMI_LCD_SER_EN(int slot)

ioctl_BMI_LCD_SER_DIS

public int ioctl_BMI_LCD_SER_DIS(int slot)

ioctl_BMI_LCD_SETRST

public int ioctl_BMI_LCD_SETRST(int slot)

ioctl_BMI_LCD_CLRRST

public int ioctl_BMI_LCD_CLRRST(int slot)

ioctl_BMI_LCD_SET_BL

public int ioctl_BMI_LCD_SET_BL(int slot,
                                int val)

ioctl_BMI_LCD_GETSTAT

public int ioctl_BMI_LCD_GETSTAT(int slot)

ioctl_BMI_LCD_ACTIVATE

public int ioctl_BMI_LCD_ACTIVATE(int slot)

ioctl_BMI_LCD_DEACTIVATE

public int ioctl_BMI_LCD_DEACTIVATE(int slot)

ioctl_BMI_LCD_SUSPEND

public int ioctl_BMI_LCD_SUSPEND(int slot)

ioctl_BMI_LCD_RESUME

public int ioctl_BMI_LCD_RESUME(int slot)