Index
Modules

- CRC

- Find

- Fingerprints

- Innovatron

- ISO14443-3

- ISO14443-4

- ISO15693

- Micore1

- Mifare

- Smartcards

- SpringProxAPI
|
|
|
|
NAME
SpringProxAPI :: CRC computation
DESCRIPTION
Provides CRC computation according to ISO 14443
NAME
SPROX_ComputeIso14443ACrc
DESCRIPTION
Compute a CRC according to ISO/IEC 14443-A (layer 3)
INPUTS
BYTE crc[2] : 2-byte buffers to receive the CRC (can be set to NULL since the CRC is also returned as function result) const BYTE buffer[] : data to be checksumed WORD size : length of the data
RETURNS
The computed CRC.
NAME
SPROX_ComputeIso14443BCrc
DESCRIPTION
Compute a CRC according to ISO/IEC 14443-B (layer 3)
INPUTS
BYTE crc[2] : 2-byte buffers to receive the CRC (can be set to NULL since the CRC is also returned as function result) const BYTE buffer[] : data to be checksumed WORD size : length of the data
RETURNS
The computed CRC.