| CLX_SetCardType |
Selects the card type. |
| CLX_ReadCard |
Reads data from the card. |
| CLX_WriteCard |
Writes data to the card. |
| CLX_ReadCardToFile |
Read the card data a write is directly to a file. |
| CLX_WriteCardFromFile |
Write to the card directly from a file. |
| CLX_VerifyPin |
Sends a PIN or 'password' to a card. |
| CLX_EraseBinary |
Erase data from a card (used for specific types). |
| CLX_LoadD2Password |
Sends an 8 byte password to the D2 card. |
| CLX_ReadD2Config |
Reads the 5 byte D2 card configuration. |
| CLX_ProgD2Config |
Programs the 5 byte D2 card configuration. |
| CLX_D2MassProgram |
Reset the D2 card to all zeros. |
| CLX_D2MassErase |
Reset the D2 card to all ones. |
| CLX_ReadD2Card |
Read from a D2 card (no pass, with pass, with config pass). |
| CLX_WriteD2Card |
Write to a D2 card. |
| CLX_ReadD2CardPass |
Read from a D2 card that is read protected. |
| CLX_WriteD2CardPass |
Write to a D2 card that is write protected. |
| CLX_ReadD2Card |
Read data from a D2 card. |
| CLX_WriteD2Card |
Write data to a D2 card. |
| CLX_SetD2ReadPass |
Set the read password in a D2 card. |
| CLX_SetD2WritePass |
Set the write password in a D2 card. |
| CLX_SetD2ConfPass |
Set the configuration password in a D2 card. |
| CLX_ResetD2ReadPass |
Reset the read password in a D2 card. |
| CLX_ResetD2WritePass |
Reset the write password in a D2 card. |
| CLX_WriteD2CardFromFile |
Write to a D2 card directly from a file. |
| CLX_WriteD2CardFromFilePass |
Write to a D2 card that is write protected directly from a file. |
| CLX_ReadD2CardToFilePass |
Read a read protected D2 card directly to a file. |
| CLX_LoadB1Password |
Load the user password in a B1 card. |
| CLX_EraseB1Memory |
Erase Memory in a B1 card. |
| CLX_ReadB1Value |
Reads the stored value in a B1 card. |
| CLX_Get1EC |
Decrements the stored value in a B1 card. |
| CLX_VerifyK2Password |
Present the password for a K2 card. |
| CLX_GetK2EC |
Returns the erase counter for the K2 card |