net.jhid.impl.linux
Class InputId

java.lang.Object
  extended bynet.jhid.impl.linux.InputId

public class InputId
extends java.lang.Object

Receives the result of an ioctl EVIOCGID.


Constructor Summary
InputId()
           
 
Method Summary
 short getBusType()
           
 short getProduct()
           
 short getVendor()
           
 short getVersion()
           
 void setBusType(short pBusType)
           
 void setProduct(short pProduct)
           
 void setVendor(short pVendor)
           
 void setVersion(short pVersion)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InputId

public InputId()
Method Detail

getBusType

public short getBusType()

setBusType

public void setBusType(short pBusType)

getProduct

public short getProduct()

setProduct

public void setProduct(short pProduct)

getVendor

public short getVendor()

setVendor

public void setVendor(short pVendor)

getVersion

public short getVersion()

setVersion

public void setVersion(short pVersion)

toString

public java.lang.String toString()