/
SignPadResetConfiguration
SignPadResetConfiguration
Declaration
Delphi
function SignPadResetConfiguration(SoftResetStrategy: Cardinal) :integer; register;
C/C++
int SOPAD_SignPadResetConfiguration(long SoftResetStrategy);
ActiveX
function SignPadResetConfiguration(SoftResetStrategy: Cardinal) :integer; safecall;
Description
immediatly reset (all) variable ==> revert the pad variables to the default configuration set.
Arguments
SoftResetStrategy
(0: slow ==> need to change to ManuFacturerLogoMode DO NOT USE - UNINTENDED BEHAVIOR !!! )
1: fast
Return value
const SOPAD_SUCCESS = (0);
const SOPAD_FAILURE = (-1);
const SOPAD_NOTSUPORTED = (-2);
, multiple selections available,
Related content
SignPadRefreshOptions
SignPadRefreshOptions
More like this
setPadSettings
setPadSettings
More like this
getPadSettings
getPadSettings
More like this
configurePad
configurePad
More like this
checkConnectedPad
checkConnectedPad
More like this
startCapture
startCapture
More like this