64
Class Documentation
Returns
RETURN_CODE: Values can be parsed with errorCode.getErrorString()
14.2.2.34
RETURN_CODE IDTechSDK.IDT_KioskIII.device_setMerchantRecord ( int
index,
bool
enabled,
string
merchantID,
string
merchantURL
)
Set Merchant Record Sets the merchant record for ApplePay VAS
Parameters
index
Merchant Record index, valid values 1-6
enabled
Merchant Enabled/Valid flag
merchantID
Merchant unique identifer registered with Apple. Example com.idtechproducts.applePay
merchantURL
Merchant URL, when applicable
Returns
RETURN_CODE: Values can be parsed with errorCode.getErrorString()
14.2.2.35
RETURN_CODE IDTechSDK.IDT_KioskIII.device_setPollMode ( byte
mode
)
Send Poll Mode
Sets the poll mode forthe device. Auto Poll keeps reader active, Poll On Demand only polls when requested by
terminal
Parameters
mode
0 = Auto Poll, 1 = Poll On Demand
Returns
RETURN_CODE: Values can be parsed with errorCode.getErrorString()
14.2.2.36
RETURN_CODE IDTechSDK.IDT_KioskIII.device_startRKI ( )
Start Legacy Remote Key Injection
Starts a remote key injection request with IDTech RKI Legacy servers.
Returns
RETURN_CODE: Values can be parsed with device_getResponseCodeString
14.2.2.37
RETURN_CODE IDTechSDK.IDT_KioskIII.device_startTransaction ( double
amount,
double
amtOther,
int
exponent,
int
type,
int
timeout,
byte[ ]
tags
)
Start CTLS Transaction Request
The tags will be returned in the callback routine.
#80136501-001 IDTech Windows SDK Guide for Kiosk III/IV