"

2013 FRC Java API

"

Uses of Class
com.sun.cldc.jna.ptr.ByReference

Packages that use ByReference
com.sun.cldc.jna.ptr Provides various kinds of Pointer classes for JNA. 
com.sun.squawk.platform.posix.natives   
com.sun.squawk.platform.windows.natives   
 

Uses of ByReference in com.sun.cldc.jna.ptr
 

Subclasses of ByReference in com.sun.cldc.jna.ptr
 class IntByReference
          Represents a pointer to a 32-bit integer
 

Uses of ByReference in com.sun.squawk.platform.posix.natives
 

Methods in com.sun.squawk.platform.posix.natives with parameters of type ByReference
 int Socket.getsockopt(int socket, int level, int option_name, ByReference option_value, IntByReference option_len)
          get a socket option
 int SocketImpl.getsockopt(int arg0, int arg1, int arg2, ByReference arg3, IntByReference arg4)
           
 int Socket.setsockopt(int socket, int level, int option_name, ByReference option_value, int option_len)
          set a socket option
 int SocketImpl.setsockopt(int arg0, int arg1, int arg2, ByReference arg3, int arg4)
           
 

Uses of ByReference in com.sun.squawk.platform.windows.natives
 

Methods in com.sun.squawk.platform.windows.natives with parameters of type ByReference
 int Socket.getsockopt(int socket, int level, int option_name, ByReference option_value, IntByReference option_len)
          get a socket option
 int SocketImpl.getsockopt(int arg0, int arg1, int arg2, ByReference arg3, IntByReference arg4)
           
 int Socket.setsockopt(int socket, int level, int option_name, ByReference option_value, int option_len)
          set a socket option
 int SocketImpl.setsockopt(int arg0, int arg1, int arg2, ByReference arg3, int arg4)
           
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"