13.7 IDT_NEO2 Class Reference 87
13.7.2.9 - (RETURN_CODE) ctls_removeConfigurationGroup: (int) group
Remove Configuration Group
Removes the Configuration as specified by the Group. Must not by group 0
Parameters
group Configuration Group
Returns
RETURN_CODE: Return codes listed as typedef enum in IDTCommon:RETURN_CODE. Values can be
parsed with device_getResponseCodeString:
13.7.2.10 - (RETURN_CODE) ctls_retrieveAIDList: (NSArray ∗∗) response
Retrieve AID list
Returns all the AID names installed on the terminal for CTLS.
Parameters
response array of AID name as NSData∗
Returns
RETURN_CODE: Return codes listed as typedef enum in IDTCommon:RETURN_CODE. Values can be
parsed with device_getResponseCodeString:
13.7.2.11 - (RETURN_CODE) ctls_retrieveApplicationData: (NSString ∗) AID response:(NSDictionary ∗∗) response
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 as Hex String (example "A0000000031010"). Must be between 5 and 16 bytes
response The TLV elements of the requested AID
Returns
RETURN_CODE: Return codes listed as typedef enum in IDTCommon:RETURN_CODE. Values can be
parsed with device_getResponseCodeString:
13.7.2.12 - (RETURN_CODE) ctls_retrieveCAPK: (NSData ∗) capk key:(NSData ∗∗) key
Retrieve Certificate Authority Public Key
Retrieves the CAPKfor CTLS as specified by the RID/Index passed as a parameter.
IDTech iOS SDK Guide for NEO2 #80152802-001