"

2013 FRC Java API

"

com.sun.cldc.jna.ptr
Class IntByReference

java.lang.Object
  extended by com.sun.cldc.jna.PointerType
      extended by com.sun.cldc.jna.ptr.ByReference
          extended by com.sun.cldc.jna.ptr.IntByReference

public class IntByReference
extends ByReference

Represents a pointer to a 32-bit integer


Constructor Summary
IntByReference(int value)
           
 
Method Summary
 void free()
           
 int getValue()
           
 void setValue(int newValue)
           
 
Methods inherited from class com.sun.cldc.jna.PointerType
getPointer, setPointer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntByReference

public IntByReference(int value)
Method Detail

getValue

public int getValue()

setValue

public void setValue(int newValue)

free

public void free()

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"