14.2 IDTechSDK.IDT_KioskIII Class Reference
61
Returns
RETURN_CODE: Values can be parsed with errorCode.getErrorString()
14.2.2.24
RETURN_CODE IDTechSDK.IDT_KioskIII.device_getFirmwareVersion ( ref string
response
)
Polls device for Firmware Version
Parameters
response
Response returned of Firmware Version
Returns
RETURN_CODE: Values can be parsed with errorCode.getErrorString()
14.2.2.25
RETURN_CODE IDTechSDK.IDT_KioskIII.device_getMerchantRecord ( int
index,
ref byte[ ]
record
)
Get Merchant Record Gets the merchant record for ApplePay VAS
Parameters
index
Merchant Record index, valid values 1-6
record
Data returned containing 99 bytes: Byte 0 = Merchand Index Byte 1 = Merchant Enabled (1 =
enabled) Byte 2 - 33 = Merchant Protocol Hash-256 value Byte 34 = Length of Merchant URL Bytes
35 - 99 = URL
Returns
RETURN_CODE: Values can be parsed with errorCode.getErrorString()
14.2.2.26
RETURN_CODE IDTechSDK.IDT_KioskIII.device_getTransactionResults ( ref
IDTTransactionData
results
)
Get Transaction Results Gets the transaction results when the reader is functioning in "Auto Poll" mode
Parameters
results
The transaction results
Returns
RETURN_CODE: Values can be parsed with errorCode.getErrorString(). When no data is available, return
code = RETURN_CODE_NO_DATA_AVAILABLE
14.2.2.27
RETURN_CODE IDTechSDK.IDT_KioskIII.device_pingDevice ( )
Ping Device
Pings the reader. If connected, returns success. Otherwise, returns timeout.
IDTech Windows SDK Guide for Kiosk III/IV #80136501-001