StopRead
Declaration
Delphi
procedure StopRead(var PadID: PIDType; var TimeStamp : GMTStampType);
C/C++
SOPAD_API void SOPAD_stopRead(SOPAD_PIDType pPadID, SOPAD_GMTStampType* pTimeStamp);
ActiveX
HRESULT stopRead();
Description
This procedure closes the port to the pad. Also, for those pads that support this feature, it returns a globally unique identifier (which is not the same as the PadID used for decryption) and the time of the signature.
Arguments
PadID
Output parameter. Deivce id for pre-naturaSign pads with id (like +Pad).
TimeStamp
Output parameter. Device clock value.
Sample
C#
// Start signing Capturing = SigDev.startCapture("", true, true, true, true, ref padsetting); Â ... // Stop signing and Switch device to logo mode SigDev.stopRead();