clearBioData
Declaration
Delphi
procedure clearBioData;
C/C++
SOPAD_API void SOPAD_clearBioData();
Description
This procedure clears the biometrical data from the memory. It also frees the memory which GetBioData allocated for its Data, so be sure not to access this anymore and to set the dynamic array which you got in the variable Data from getBioData to nil before calling clearBioData.