]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/iso14443b.h
CHG: "hf 14b sim" making the flow to be similar to "hf 14a sim".
[proxmark3-svn] / armsrc / iso14443b.h
index 30d1ac343a26158472278170ca4543f5593f24a7..e522c652e91010b2d6a96ebc1595809789413a3d 100644 (file)
 
 extern void AppendCrc14443b(uint8_t *data, int len);
 
-uint8_t iso14443b_apdu(uint8_t const *message, size_t message_length, uint8_t *response);
+void SendRawCommand14443B_Ex(UsbCommand *c);
+
 void iso14443b_setup();
+uint8_t iso14443b_apdu(uint8_t const *message, size_t message_length, uint8_t *response);
 uint8_t iso14443b_select_card(iso14b_card_select_t* card);
 uint8_t iso14443b_select_card_srx(iso14b_card_select_t* card);
 
-void SendRawCommand14443B_Ex(UsbCommand *c);
+
+#define SIM_NOFIELD     0
+#define SIM_IDLE        1
+#define SIM_HALTED      2
+#define SIM_SELECTING 3
+#define SIM_HALTING   4
+#define SIM_ACKNOWLEDGE 5
 
 #endif /* __ISO14443B_H */
Impressum, Datenschutz