com.buglabs.bug.sysfs
Class VideoOutDevice

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

public final class VideoOutDevice
extends BMIDevice

Access sysfs items for video module. WIP


Field Summary
 
Fields inherited from class com.buglabs.bug.sysfs.SysfsNode
root
 
Constructor Summary
VideoOutDevice(java.io.File directory, int slot)
           
 
Method Summary
 java.lang.String getResolution()
           
 boolean isDVI()
           
 boolean isVGA()
           
 boolean setDVI()
           
 boolean setVGA()
           
 
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

VideoOutDevice

public VideoOutDevice(java.io.File directory,
                      int slot)
Method Detail

getResolution

public java.lang.String getResolution()

isVGA

public boolean isVGA()

isDVI

public boolean isDVI()

setVGA

public boolean setVGA()

setDVI

public boolean setDVI()