54
Class Documentation
Parameters
group
Configuration Group
Return values
RETURN_CODE
Return codes listed as typedef enum in IDTCommon:RETURN_CODE. Values can be
parsed with IDT_BTPay::device_getResponseCodeString:()
14.2.2.10
RETURN_CODE IDTechSDK.IDT_KioskIII.ctls_retrieveAIDList ( ref byte
response[ ][ ]
)
Retrieve AID list
Returns all the AID names and their assigned groups installed on the terminal for CTLS.
Parameters
response
array of 2-tag TLV data objects: FFE4 (group name) followed by 9F06 (AID)
Returns
RETURN_CODE: Values can be parsed with errorCode.getErrorString()
14.2.2.11
RETURN_CODE IDTechSDK.IDT_KioskIII.ctls_retrieveApplicationData ( byte[ ]
AID,
ref byte[ ]
tlv
)
Retrieve Application Data by AID
Retrieves the CTLS Application Data as specified by the AID name passed as a parameter.
Parameters
AID
Name of ApplicationID. Must be between 5 and 16 bytes
tlv
The TLV elements of the requested AID
Returns
RETURN_CODE: Values can be parsed with errorCode.getErrorString()
14.2.2.12
RETURN_CODE IDTechSDK.IDT_KioskIII.ctls_retrieveCAPK ( byte[ ]
capk,
ref byte[ ]
key
)
Retrieve Certificate Authority Public Key
Retrieves the CAPK for CTLS as specified by the RID/Index passed as a parameter.
Parameters
capk
6 bytes CAPK = 5 bytes RID + 1 byte Index
#80136501-001 IDTech Windows SDK Guide for Kiosk III/IV