public class DIOJNI extends JNIWrapper
Constructor and Description |
---|
DIOJNI() |
Modifier and Type | Method and Description |
---|---|
static byte |
allocateDIO(java.nio.ByteBuffer digital_port_pointer,
byte input,
java.nio.IntBuffer status) |
static void |
freeDIO(java.nio.ByteBuffer digital_port_pointer,
java.nio.IntBuffer status) |
static byte |
getDIO(java.nio.ByteBuffer digital_port_pointer,
java.nio.IntBuffer status) |
static byte |
getDIODirection(java.nio.ByteBuffer digital_port_pointer,
java.nio.IntBuffer status) |
static short |
getLoopTiming(java.nio.IntBuffer status) |
static java.nio.ByteBuffer |
initializeDigitalPort(java.nio.ByteBuffer port_pointer,
java.nio.IntBuffer status) |
static byte |
isAnyPulsing(java.nio.IntBuffer status) |
static byte |
isPulsing(java.nio.ByteBuffer digital_port_pointer,
java.nio.IntBuffer status) |
static void |
pulse(java.nio.ByteBuffer digital_port_pointer,
double pulseLength,
java.nio.IntBuffer status) |
static void |
setDIO(java.nio.ByteBuffer digital_port_pointer,
short value,
java.nio.IntBuffer status) |
getPort, getPortWithModule
public DIOJNI()
public static java.nio.ByteBuffer initializeDigitalPort(java.nio.ByteBuffer port_pointer, java.nio.IntBuffer status)
public static byte allocateDIO(java.nio.ByteBuffer digital_port_pointer, byte input, java.nio.IntBuffer status)
public static void freeDIO(java.nio.ByteBuffer digital_port_pointer, java.nio.IntBuffer status)
public static void setDIO(java.nio.ByteBuffer digital_port_pointer, short value, java.nio.IntBuffer status)
public static byte getDIO(java.nio.ByteBuffer digital_port_pointer, java.nio.IntBuffer status)
public static byte getDIODirection(java.nio.ByteBuffer digital_port_pointer, java.nio.IntBuffer status)
public static void pulse(java.nio.ByteBuffer digital_port_pointer, double pulseLength, java.nio.IntBuffer status)
public static byte isPulsing(java.nio.ByteBuffer digital_port_pointer, java.nio.IntBuffer status)
public static byte isAnyPulsing(java.nio.IntBuffer status)
public static short getLoopTiming(java.nio.IntBuffer status)