|
@@ -62,6 +62,12 @@ typedef struct Rfid
|
|
|
#define IS014443B 2
|
|
|
#define FELICA 3
|
|
|
|
|
|
+//==================================
|
|
|
+// MODULE CONSTANT
|
|
|
+//==================================
|
|
|
+#define NO_MODULE -1
|
|
|
+#define MODULE_EWT 0
|
|
|
+
|
|
|
char ClaCheckSum(unsigned char *buffer, int len);
|
|
|
int system_command(int uart, unsigned char* cmd,int length, unsigned char* rx);
|
|
|
bool getRequestCardSN(int Fd, int moduleType,RFID *rfid);
|
|
@@ -73,4 +79,4 @@ bool setBlockWrite(int Fd, int moduleType,int block, unsigned char keyid, unsign
|
|
|
void setBuzzer(int Fd, int moduleType, unsigned char time);
|
|
|
void sethaltCard(int Fd, int moduleType);
|
|
|
|
|
|
-#endif
|
|
|
+#endif
|