| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IntByReference | |
|---|---|
| com.ni.rio | |
| com.sun.squawk.platform.posix.natives | |
| com.sun.squawk.platform.windows.natives | |
| Uses of IntByReference in com.ni.rio | 
|---|
| Methods in com.ni.rio with parameters of type IntByReference | |
|---|---|
| static void | NiFpga.readFifoU32(int hClient,
            int channel,
            Pointer buf,
            int num,
            int timeout,
            IntByReference remaining,
            NiRioStatus status)Reads from a target-to-host FIFO of unsigned 32-bit integers. | 
| static void | NiFpga.reserveIrqContext(int hClient,
                  IntByReference context,
                  NiRioStatus status)IRQ contexts are single-threaded; only one thread can wait with a particular context at any given time. | 
| static void | NiFpga.unreserveIrqContext(int hClient,
                    IntByReference context,
                    NiRioStatus status)Unreserves an IRQ context obtained from reserveIrqContext. | 
| static int | NiFpga.waitOnIrqs(int hClient,
           IntByReference context,
           int irqs,
           int timeout,
           NiRioStatus status)This is a blocking function that stops the calling thread until the FPGA asserts any IRQ in the irqs parameter, or until the function call times out. | 
| Uses of IntByReference in com.sun.squawk.platform.posix.natives | 
|---|
| Methods in com.sun.squawk.platform.posix.natives with parameters of type IntByReference | |
|---|---|
|  int | Socket.accept(int socket,
       Socket.sockaddr_in remoteAddress,
       IntByReference address_len)accept a connection from a client | 
|  int | SocketImpl.accept(int arg0,
       Socket.sockaddr_in arg1,
       IntByReference arg2) | 
|  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) | 
|  String | Socket.inet_ntop(int af,
          IntByReference src,
          Pointer dst,
          int size)Takes an IPv4 Internet address and returns string representing the address in `.' notation | 
|  String | SocketImpl.inet_ntop(int arg0,
          IntByReference arg1,
          Pointer arg2,
          int arg3) | 
|  boolean | Socket.inet_pton(String str,
          IntByReference in_addr)Interprets the specified character string as an Internet address, placing the address into the structure provided. | 
|  boolean | SocketImpl.inet_pton(String arg0,
          IntByReference arg1) | 
|  int | Ioctl.ioctl(int fd,
      int request,
      IntByReference p1)Perform IO control operation requeston devicefd. | 
|  int | IoctlImpl.ioctl(int arg0,
      int arg1,
      IntByReference arg2) | 
| Uses of IntByReference in com.sun.squawk.platform.windows.natives | 
|---|
| Methods in com.sun.squawk.platform.windows.natives with parameters of type IntByReference | |
|---|---|
|  int | Socket.accept(int socket,
       Socket.sockaddr_in remoteAddress,
       IntByReference address_len)accept a connection from a client | 
|  int | SocketImpl.accept(int arg0,
       Socket.sockaddr_in arg1,
       IntByReference arg2) | 
|  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) | 
|  String | Socket.inet_ntop(int af,
          IntByReference src,
          Pointer dst,
          int size)Takes an IPv4 Internet address and returns string representing the address in `.' notation | 
|  String | SocketImpl.inet_ntop(int arg0,
          IntByReference arg1,
          Pointer arg2,
          int arg3) | 
|  boolean | Socket.inet_pton(String str,
          IntByReference in_addr)Interprets the specified character string as an Internet address, placing the address into the structure provided. | 
|  boolean | SocketImpl.inet_pton(String arg0,
          IntByReference arg1) | 
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||