/
getBioData
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.
, multiple selections available,
Related content
OnGetNotaryInfo
OnGetNotaryInfo
More like this
Overview - API
Overview - API
More like this
OnGetDeviceXMLCertificate
OnGetDeviceXMLCertificate
More like this
OnGetDeviceCertificate
OnGetDeviceCertificate
More like this
Signature API Multi Platform Multi Language - Service Description (English)
Signature API Multi Platform Multi Language - Service Description (English)
More like this
NG NextGen-API - Service Description (English)
NG NextGen-API - Service Description (English)
More like this