public class CANJNI extends JNIWrapper
Modifier and Type | Field and Description |
---|---|
static int |
CAN_IS_FRAME_11BIT |
static int |
CAN_IS_FRAME_REMOTE |
static int |
CAN_SEND_PERIOD_NO_REPEAT |
static int |
CAN_SEND_PERIOD_STOP_REPEATING |
Constructor and Description |
---|
CANJNI() |
Modifier and Type | Method and Description |
---|---|
static java.nio.ByteBuffer |
FRCNetCommCANSessionMuxReceiveMessage(java.nio.IntBuffer messageID,
int messageIDMask,
java.nio.ByteBuffer timeStamp) |
static void |
FRCNetCommCANSessionMuxSendMessage(int messageID,
java.nio.ByteBuffer data,
int periodMs) |
getPort, getPortWithModule
public static final int CAN_SEND_PERIOD_NO_REPEAT
public static final int CAN_SEND_PERIOD_STOP_REPEATING
public static final int CAN_IS_FRAME_REMOTE
public static final int CAN_IS_FRAME_11BIT
public CANJNI()
public static void FRCNetCommCANSessionMuxSendMessage(int messageID, java.nio.ByteBuffer data, int periodMs)
public static java.nio.ByteBuffer FRCNetCommCANSessionMuxReceiveMessage(java.nio.IntBuffer messageID, int messageIDMask, java.nio.ByteBuffer timeStamp)