Index
Modules

- CRC

- Find

- Fingerprints

- Innovatron

- ISO14443-3

- ISO14443-4

- ISO15693

- Micore1

- Mifare

- Smartcards

- SpringProxAPI
|
|
|
|
NAME
Fingerprints
DESCRIPTION
SpringProxAPI :: Access to Sagem fingerprint module Those functions work only on readers featuring a Sagem MorphoSmart CBM module
NOTES
Parameters of the SPROX_MSO_Exchange function are directly sent to reader's embedded MSO. Please refer to Sagem MorphoSmart documentation for for details regarding this function.
NAME
SPROX_MSO_Close
DESCRIPTION
Power down the MSO fingerprint reader
NAME
SPROX_MSO_Exchange
DESCRIPTION
Send a command to the MSO fingerprint reader, and retrieve its answer
INPUTS
const BYTE send_buffer[] : buffer to sens to the card
WORD send_len : length of send_buffer
BYTE recv_buffer[] : buffer for card's answer
WORD *recv_len : input : size of recv_buffer
output : actual length of reply
DWORD timeout : timeout (in ms) allowed for fingerprint operation
BYTE *async : will be TRUE if answer is an asynchronous message
RETURNS
MI_OK : success MSO specific status code if an error has occured ; please refer to relevant Sagem documentation.
SEE ALSO
SPROX_MSO_Open SPROX_MSO_Close
NAME
SPROX_MSO_Open
DESCRIPTION
Power up the MSO fingerprint reader, and retrieve its information
INPUTS
TCHAR *mso_product : MSO product information
(must be at least 256 characters long)
TCHAR *mso_firmware : MSO embedded firmware information
(must be at least 256 characters long)
TCHAR *mso_sensor : MSO sensor information
(must be at least 256 characters long)
RETURNS
MI_OK : success MSO specific status code if an error has occured ; please refer to relevant Sagem documentation.