- Jun 03, 2016
-
-
developer13 authored
-New functionality added: DL_API UFR_STATUS GetCardSize(uint32_t *lpulLinearSize, uint32_t *lpulRawSize); DL_API UFR_STATUS GetCardSizeM(UFR_HANDLE hndUFR, uint32_t *lpulLinearSize, uint32_t *lpulRawSize); git-svn-id: svn://192.168.1.162/sw_open/ufr/lib@13 70e0a68e-34dc-42a9-ac42-4afe8c0da599 Signed-off-by: zborac
-
developer13 authored
Library for: + Windows 32 and 64 bit x86 + Linux 32 and 64 bit x86, ARM, ARM-HF + OS X 32 and 64 bit x86 git-svn-id: svn://192.168.1.162/sw_open/ufr/lib@6 70e0a68e-34dc-42a9-ac42-4afe8c0da599 Signed-off-by: srkos
-
developer13 authored
Library for: + Windows 32 and 64 bit x86 git-svn-id: svn://192.168.1.162/sw_open/ufr/lib@5 70e0a68e-34dc-42a9-ac42-4afe8c0da599 Signed-off-by: srkos
-
developer13 authored
+ new API functions : ReaderList_GetInformation() * Function for getting all relevant information about connected readers. * * Eg. If you have tree connected readers, detected by ReaderList_UpdateAndGetCount(), * you should call this function tree times. + new API functions : ReaderList_Destroy() * If the handle exists in the list of opened devices, * function would try to close communication port and destroy the handle. * ( ReaderList_UpdateAndGetCount() will do that automatically in next execution) * * Good when you identify that the reader is no longer connected, and want to release the handle. Info about changing in ReaderList_UpdateAndGetCount() * This is the main function of the multi-reader support. * ReaderList_UpdateAndGetCount() scan all communication ports for compatible devices. * Function probes opened readers if still connected, if not close and mark them handles for deletion. * If some device is disconnected from system this function should remove its handle. * The chr_ptr type renamed ( and documented ) to c_string + new status : UFR_DEVICE_IS_NOT_CONNECTED Library for: + Windows 32 and 64 bit x86 + Linux 32 and 64 bit x86, ARM, ARM-HF + OS X 32 and 64 bit x86 git-svn-id: svn://192.168.1.162/sw_open/ufr/lib@4 70e0a68e-34dc-42a9-ac42-4afe8c0da599 Signed-off-by: srkos
-
developer13 authored
Implemented Auto-Sleep functionality. New functions in uFCoder-multi.c: -AutoSleepSetM() -AutoSleepGetM() New functions in uFCoder-single.c: -AutoSleepSet() -AutoSleepGet() -Releasing of the version 3.8.14 has been stopped because of bug detected. git-svn-id: svn://192.168.1.162/sw_open/ufr/lib@7 70e0a68e-34dc-42a9-ac42-4afe8c0da599 -------------------------------------------------------------------------------------- * Updated uFCoder.h include file. For gcc dynamic import __stdcall calling convention must be used. Code changes: # ifdef DL_uFC_STATIC_LIB # define DL_API __stdcall # elif defined DL_uFC_GCC_DLL_IMPORT # define DL_API __stdcall # ... git-svn-id: svn://192.168.1.162/sw_open/ufr/lib@9 70e0a68e-34dc-42a9-ac42-4afe8c0da599 -------------------------------------------------------------------------------------- Signed-off-by: zborac
-
developer13 authored
* Implemented "parallel" reset on multiple devices, and after waiting for FW get started, check which is really uFReader * Automatically close all opened devices before start the new search DLL for Windows is compiled with GCC v5.1.0 git-svn-id: svn://192.168.1.162/sw_open/ufr/lib@2 70e0a68e-34dc-42a9-ac42-4afe8c0da599 Signed-off-by: srkos
-
developer13 authored
Added new functions ReaderStillConnected() and ReaderStillConnectedM() for checking availability. git-svn-id: svn://192.168.1.162/sw_open/ufr/lib@1 70e0a68e-34dc-42a9-ac42-4afe8c0da599 Signed-off-by: srkos
-