com.buglabs.bug.sysfs
Class CameraDevice

java.lang.Object
  extended by com.buglabs.bug.sysfs.SysfsNode
      extended by com.buglabs.bug.sysfs.BMIDevice
          extended by com.buglabs.bug.sysfs.CameraDevice

public final class CameraDevice
extends BMIDevice

A work-in-progress for sysfs class for java clients.


Field Summary
 
Fields inherited from class com.buglabs.bug.sysfs.SysfsNode
root
 
Constructor Summary
CameraDevice(java.io.File directory, int slot)
           
 
Method Summary
 
Methods inherited from class com.buglabs.bug.sysfs.BMIDevice
createFromSYSDirectory, getBusUsage, getDescription, getGpioUsage, getMemorySize, getPowerCharging, getPowerUse, getProductId, getRevision, getSerialNum, getSlot, getVendor, resume, suspend
 
Methods inherited from class com.buglabs.bug.sysfs.SysfsNode
getFirstLineofFile, pad, parseHexInt, parseInt, parseMultiInt, println
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CameraDevice

public CameraDevice(java.io.File directory,
                    int slot)