|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.cldc.jna.PointerType
com.sun.cldc.jna.ptr.ByReference
com.sun.cldc.jna.ptr.IntByReference
public class IntByReference
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 |
---|
public IntByReference(int value)
Method Detail |
---|
public int getValue()
public void setValue(int newValue)
public void free()
|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |