/
getPID
getPID
Declaration
Delphi
procedure getPID(var PadID: PIDType; certStr: shortstring);
C/C++
SOPAD_API void SOPAD_getPID(SOPAD_PIDType pPadID, const char* szCertStr);
Description
Important: this function is obsolete.
This procedure blocks until the pad sends it's identifier which is used for encryption and decryption of the data. Those pads which support this feature have a small button that needs to be pressed for several seconds, so the ID is sent.
You don't have to use this procedure if you use getPadSettings and setPadsettings.
Arguments
PadID
Output parameter. Signature pad identifier.
CertStr
Certificate of the application which tries to use this procedure.