public class UhfBase.ErrorCode
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static int | ERRCODE_FAILURE失败(Failure) | 
| static int | ERRCODE_SUCCESS成功(Success) | 
| static int | ERROR_INSUFFICIENT_PRIVILEGES没有权限访问(The Interrogator did not authenticate itself with sufficient privileges for the Tag to perform the operation) | 
| static int | ERROR_MEMORY_LOCK数据区被锁定(Memory lock) | 
| static int | ERROR_MEMORY_OVERRUN数据区超限(Memory Overflow) | 
| static int | ERROR_NO_ENOUGH_POWER_ON_TAG标签能量不足(no enough power on tag) | 
| static int | ERROR_NO_TAG找不到标签(No tags found.) | 
| static int | ERROR_OPERATION_FAILED操作失败(0peration failure) | 
| static int | ERROR_PASSWORD_IS_INCORRECT密码不正确(Incorrect Password) | 
| static int | ERROR_RECV_FAIL接收失败(Receive failure) | 
| static int | ERROR_RESPONSE_BUFFER_OVERFLOW缓冲区溢出(The operation failed because the ResponseBuffer overflowed) | 
| static int | ERROR_SEND_FAIL发送失败(Send failure) | 
| static int | ERROR_TAG_NO_REPLY标签没有应答(Tag not responding) | 
| Constructor and Description | 
|---|
| ErrorCode() | 
public static final int ERROR_NO_TAG
public static final int ERROR_INSUFFICIENT_PRIVILEGES
public static final int ERROR_MEMORY_OVERRUN
public static final int ERROR_MEMORY_LOCK
public static final int ERROR_TAG_NO_REPLY
public static final int ERROR_PASSWORD_IS_INCORRECT
public static final int ERROR_RESPONSE_BUFFER_OVERFLOW
public static final int ERROR_NO_ENOUGH_POWER_ON_TAG
public static final int ERROR_OPERATION_FAILED
public static final int ERROR_SEND_FAIL
public static final int ERROR_RECV_FAIL
public static final int ERRCODE_SUCCESS
public static final int ERRCODE_FAILURE