mirror of
https://github.com/RfidResearchGroup/ChameleonBLEAPI.git
synced 2026-05-12 11:20:47 -07:00
Add files via upload
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.proxgrind.chameleon.callback;
|
||||
|
||||
public interface ReaderCallback<T, E> extends BaseCallback {
|
||||
//读取扇区成功后的结果回调
|
||||
void onSuccess(T t);
|
||||
|
||||
void onTagAbnormal();
|
||||
}
|
||||
Reference in New Issue
Block a user