public class CANUtil
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static int |
ERR_CANSessionMux_InvalidBuffer |
(package private) static int |
ERR_CANSessionMux_MessageNotFound |
(package private) static int |
ERR_CANSessionMux_NotAllowed |
(package private) static int |
ERR_CANSessionMux_NotInitialized |
| Constructor and Description |
|---|
CANUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkStatus(int status,
int messageID) |
static final int ERR_CANSessionMux_InvalidBuffer
static final int ERR_CANSessionMux_MessageNotFound
static final int ERR_CANSessionMux_NotAllowed
static final int ERR_CANSessionMux_NotInitialized
public static void checkStatus(int status,
int messageID)
throws CANInvalidBufferException,
CANMessageNotAllowedException,
CANNotInitializedException