2010 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

free

public void free()

getValue

public int getValue()

setValue

public void setValue(int newValue)

2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.