com.pax.dal
Interface IWLEKUManager.WLEKUFormatListener
-
- Enclosing interface:
- IWLEKUManager
public static interface IWLEKUManager.WLEKUFormatListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidonResult(int code)格式化结果Format the result.
-
-
-
Method Detail
-
onResult
void onResult(int code)
格式化结果Format the result.- Parameters:
code-- 1 格式化成功
- -1 格式化失败
- -2 未找到EKU内存
- -52 验签失败,无权限调用
- 100 该设备不支持
- 1 Formatting success
- -1 Formatting failure
- -2 EKU memory not found
- -52 Check failed, no permission to call
- 100 The device does not support
-
-