GetBioDataArrayEx
Declaration
Delphi
procedure GetBioDataArrayEx(var PadID : PIDType; var GMTS : GMTStampType; var nFrames: Integer; var Data: PDataFrameEx);
C/C++
SOPAD_API void SOPAD_getBioDataArrayEx(SOPAD_PIDType pPadID, SOPAD_GMTStampType* pGMTS, int* pnFrames, LPVOID* ppBioDataArrayEx);
Description
Use GetBioDataArrayItemEx to extract a single TDataFrameEx from the array.Â
Call clear FreeBioDataArrayEx to free the memory used by the array.
Call ClearBiodata after you got the biodata with getBioData. Otherwise you will get the old biodata too if you call GetBioDataArrayEx the next time.
Arguments
PadID
Output parameter. Signature pad identifier (not the same as the PadID used for decryption).
GMTStampType
Output parameter. Time of the signature (for those pads that support this feature).
nSamples
Output parameter. Number of frames.
Data, ppBioDataArrayEx
Output parameter. Pointer to array filled with TDataFrameEx.