NAME
SpringProxAPI :: Automatic card discovery functions
DESCRIPTION
Those functions work only for readers having version >= 1.44
PORTABILITY
Win32 only for the multi-threaded and event driven part
NAME
SPROX_Find
DESCRIPTION
Automatic discovery of any contactless card in the field
NOTES
This function is only avalaible for readers having version >= 1.44
INPUTS
WORD want_protos : bit-map of contactless family to look for WORD *got_proto : on exit, found contactless family (one bit only is set, or none) BYTE uid[12] : Unique IDentifier of the found card BYTE *uidlen : on input, size of UID on output, actual length of UID
RETURNS
MI_OK : success, one card selected MI_NOTAGERR : no card available in the RF field Other code if internal or communication error has occured.