31
case
0xBBE6:
return
"CM100 Saved Data Does Not Exist"
;
case
0xBBE8:
return
"CM100 No Data Available"
;
case
0xBBE9:
return
"CM100 Invalid CID Returned"
;
case
0xBBEA:
return
"CM100 Invalid Card Exists"
;
case
0xBBEC:
return
"CM100 Command Unsupported"
;
case
0xBBED:
return
"CM100 Error In Command Process"
;
case
0xBBEE:
return
"CM100 Invalid Command"
;
case
0X9031:
return
"Unknown command"
;
case
0X9032:
return
"Wrong parameter (such as the length of the command is incorrect)"
;
case
0X9038:
return
"Wait (the command couldn’t be finished in BWT)"
;
case
0X9039:
return
"Busy (a previously command has not been finished)"
;
case
0X903A:
return
"Number of retries over limit"
;
case
0X9040:
return
"Invalid Manufacturing system data"
;
case
0X9041:
return
"Not authenticated"
;
case
0X9042:
return
"Invalid Master DUKPT Key"
;
case
0X9043:
return
"Invalid MAC Key"
;
case
0X9044:
return
"Reserved for future use"
;
case
0X9045:
return
"Reserved for future use"
;
case
0X9046:
return
"Invalid DATA DUKPT Key"
;
case
0X9047:
return
"Invalid PIN Pairing DUKPT Key"
;
case
0X9048:
return
"Invalid DATA Pairing DUKPT Key"
;
case
0X9049:
return
"No nonce generated"
;
case
0X9949:
return
"No GUID available.
Perform getVersion first."
;
case
0X9950:
return
"MAC Calculation unsuccessful. Check BDK value."
;
case
0X904A:
return
"Not ready"
;
case
0X904B:
return
"Not MAC data"
;
case
0X9050:
return
"Invalid Certificate"
;
case
0X9051:
return
"Duplicate key detected"
;
case
0X9052:
return
"AT checks failed"
;
case
0X9053:
return
"TR34 checks failed"
;
case
0X9054:
return
"TR31 checks failed"
;
case
0X9055:
return
"MAC checks failed"
;
case
0X9056:
return
"Firmware download failed"
;
case
0X9060:
return
"Log is full"
;
case
0X9061:
return
"Removal sensor unengaged"
;
case
0X9062:
return
"Any hardware problems"
;
case
0X9070:
return
"ICC communication timeout"
;
case
0X9071:
return
"ICC data error (such check sum error)"
;
case
0X9072:
return
"Smart Card not powered up"
;
}
return
""
;
}
IDTech Windows SDK Guide for Kiosk III/IV #80136501-001