You are on page 1of 1

static constexpr NSTITO::ValidationProtocol VALIDATIONPROTOCOL_DEFAULT =

static_cast<NSTITO::ValidationProtocol>(NSTITO::ValidationProtocolCode::AUTODETECT)
;
static constexpr int REDEEMINFOREINTCANT_DEFAULT = 0;
static constexpr int REDEEMATTEMPTREINTTIME_DEFAULT = 10;
static constexpr int EVENTSBUFFERTIMEMAX_DEFAULT = 0;
static constexpr int GETREDEEMINFOREINTDELAY_DEFAULT = 1;
static constexpr int SENDREDEEMRESULTSREINTDELAY_DEFAULT = 10;
static constexpr int SENDVALIDATIONSREINTDELAY_DEFAULT = 10;
static constexpr int GETSTATUSSLOTTIME_DEFAULT = 60;
static constexpr int SENDCLIENTSTATUSTIME_DEFAULT = 60;
static constexpr int DESYNCHRONIZEDPOLLINGTIMEMAX_DEFAULT = 60;
static constexpr int DATABASEOLDERREGISTERSTIMEMAX_DEFAULT = 0;
static constexpr int DATABASECHECKPOINTREGISTERSCANT_DEFAULT = 1000;

You might also like