com.pax.dal
Interface IIDReaderEx.IDReaderExListener
-
- Enclosing interface:
- IIDReaderEx
public static interface IIDReaderEx.IDReaderExListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidonError(int errCode)读取内容失败时回调the underlying called when read failedvoidonSuccess(IDReadResult result)读取内容成功时回调the underlying called when read successful
-
-
-
Method Detail
-
onSuccess
void onSuccess(IDReadResult result)
读取内容成功时回调the underlying called when read successful- Parameters:
result-IDReadResult
-
onError
void onError(int errCode)
读取内容失败时回调the underlying called when read failed- Parameters:
errCode-- 1 没有找到阅读器
- 2 阅读器忙
- 3 网络错误
- 4 没有身份证
- 5 与后台传输超时,请更换较好的网络环境再试
- 6 读取身份证出错,请不要移动身份证
- 7 出现错误需要重试
- 8 打开身份证错误
- 9 无法连接服务器
- 10 没有可用的服务器
- 11 服务器连接失败
- 12 服务器繁处理繁忙
- 13 设备未授权
- 14 设备序列号不在系统中
- 15 未知错误
- 1 No reader can be found
- 2 The reader is busy
- 3 network error
- 4 No ID card
- 5 Time out with the background transmission. Please retry the better network environment and try again.
- 6 Error reading ID card, please do not move ID card
- 7 Mistakes need to be retried
- 8 Open the ID card error
- 9 Unable to connect to the server
- 10 No server available
- 11 Server connection failure
- 12 Server busy handling complex
- 13 Unauthorized equipment
- 14 The serial number of the device is not in the system
- 15 unknown error
-
-