|
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 |
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 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 |