+int usage_legic_read(void){
+ PrintAndLog("Read data from a legic tag.");
+ PrintAndLog("Usage: hf legic read <offset> <num of bytes>");
+ PrintAndLog("Options :");
+ PrintAndLog(" <offset> : offset in data array to start download from");
+ PrintAndLog(" <num of bytes> : number of bytes to download");
+ PrintAndLog("");
+ PrintAndLog(" sample: hf legic read");
+ return 0;
+}
+