getBioData

Declaration

Delphi

procedure getBioData(var PadID : PIDType; var GMTS : GMTStampType; var nFrames : integer; var Data: tFrames);

Description

Important: this function is obsolete.

Call clear biodata after you got the biodata with getBioData. Otherwise you will get the old biodata too if you call getBioData next time.

Note: this function is not supported anymore. Using it could lead to application crash.

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

Output parameter. Pointer to dynamic array filled with TDataFrame's.