|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<BertecDevice.ErrorValue>
BertecDeviceJava.BertecDevice.ErrorValue
public static enum BertecDevice.ErrorValue
Error values that can be returned via the event or data poll.
Enum Constant Summary | |
---|---|
AUTOZERO_WORKING
currently finding the zero values |
|
AUTOZERO_ZEROFOUND
the zero leveling value was found |
|
DATA_SYNCHRONIZING
synchronizing); data not available yet (in Status during callbacks); return code for polling) |
|
DEVICE_HAS_FAULTED
the device has failed in some manner - power off the device, check all connections, power back on |
|
ERROR_INVALIDHANDLE
Internal error - handle is invalid |
|
NO_DATA_RECEIVED
no data is being received from the devices, check the cables |
|
POLL_CHECKSTATUS
A status change occurred at this point. |
|
POLL_DEVICES_READY
there are plates to be read |
|
POLL_NODEVICES
There are apparently no devices attached. |
|
POLL_NOPOLLBUFFER
No DataPoll buffers were allocated via PollingBufferSize. |
|
POLL_NOTSTARTED
Didn't start the data process - call Start |
|
POLL_NOUSERBUFFER
The DataPoll call buffer was too small. |
|
POLL_OVERFLOW
The polling wasn't performed for long enough); the data after this point is delayed or lost. |
|
SEQUENCE_MISSED
one or more plates have missing data sequence - data may be invalid |
|
SEQUENCE_REGAINED
the plates have regained their data sequence |
|
SYNCHRONIZE_LOST
the plates have lost sync with each other - check sync cable |
Method Summary | |
---|---|
static BertecDevice.ErrorValue |
get(int code)
|
int |
getCode()
|
static BertecDevice.ErrorValue |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BertecDevice.ErrorValue[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final BertecDevice.ErrorValue POLL_NOUSERBUFFER
public static final BertecDevice.ErrorValue POLL_NOPOLLBUFFER
public static final BertecDevice.ErrorValue POLL_CHECKSTATUS
public static final BertecDevice.ErrorValue POLL_OVERFLOW
public static final BertecDevice.ErrorValue POLL_NODEVICES
public static final BertecDevice.ErrorValue POLL_NOTSTARTED
public static final BertecDevice.ErrorValue DATA_SYNCHRONIZING
public static final BertecDevice.ErrorValue SYNCHRONIZE_LOST
public static final BertecDevice.ErrorValue SEQUENCE_MISSED
public static final BertecDevice.ErrorValue SEQUENCE_REGAINED
public static final BertecDevice.ErrorValue NO_DATA_RECEIVED
public static final BertecDevice.ErrorValue DEVICE_HAS_FAULTED
public static final BertecDevice.ErrorValue POLL_DEVICES_READY
public static final BertecDevice.ErrorValue AUTOZERO_WORKING
public static final BertecDevice.ErrorValue AUTOZERO_ZEROFOUND
public static final BertecDevice.ErrorValue ERROR_INVALIDHANDLE
Method Detail |
---|
public static BertecDevice.ErrorValue[] values()
for (BertecDevice.ErrorValue c : BertecDevice.ErrorValue.values()) System.out.println(c);
public static BertecDevice.ErrorValue valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic int getCode()
public static BertecDevice.ErrorValue get(int code)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |