|
2010 FRC Java API |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntByReference | |
---|---|
com.ni.rio | Provides classes to access RIO services client DLL entry points |
com.sun.squawk.platform.posix.natives | |
com.sun.squawk.platform.windows.natives | |
edu.wpi.first.wpilibj.visa | Provides classes to access I/O functions in visa.h. |
Uses of IntByReference in com.ni.rio |
---|
Methods in com.ni.rio with parameters of type IntByReference | |
---|---|
static void |
NiRioSrv.fifoRead(int hClient,
int channel,
Pointer buf,
int num,
int timeout,
IntByReference read,
IntByReference remaining,
NiRioStatus status)
|
static void |
NiRioSrv.irqReserve(int hClient,
IntByReference context,
NiRioStatus status)
|
static void |
NiRioSrv.irqUnreserve(int hClient,
IntByReference context,
NiRioStatus status)
|
static int |
NiRioSrv.irqWait(int hClient,
IntByReference context,
int irqs,
int timeout,
NiRioStatus status)
|
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 request on device fd . |
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)
|
Uses of IntByReference in edu.wpi.first.wpilibj.visa |
---|
Fields in edu.wpi.first.wpilibj.visa declared as IntByReference | |
---|---|
protected static IntByReference |
Visa.pStatus
Stores the status of the last operation. |
|
2010 FRC Java API |
|||||||||
PREV NEXT | FRAMES NO FRAMES |