62
Class Documentation
Returns
RETURN_CODE: Values can be parsed with errorCode.getErrorString()
14.2.2.28
RETURN_CODE IDTechSDK.IDT_KioskIII.device_retrieveAIDList ( ref byte
response[ ][ ]
)
Retrieve AID list
Returns all the AID names and their assigned groups installed on the terminal for CTLS/CONTACT.
Parameters
response
array of TLV data objects: FFE4 (group name) followed by 9F06 (AID), and DFEE4F (Interface 01 =
CTLS, 02 = CONTACT)
Returns
RETURN_CODE: Values can be parsed with errorCode.getErrorString()
14.2.2.29
RETURN_CODE IDTechSDK.IDT_KioskIII.device_sendDataCommand ( string
cmd,
bool
calcLRC,
ref byte[ ]
response
)
Send a data command to the device
Sends a command to the device.
Parameters
cmd
String representation of command to execute
calcLRC
If
TRUE
, this will wrap command with start/length/lrc/sum/end: '{STX}{Len_Low}{Len_High} data
{CheckLRC} {CheckSUM} {ETX}'
response
Response data
Returns
RETURN_CODE: Values can be parsed with device_getResponseCodeString
14.2.2.30
RETURN_CODE IDTechSDK.IDT_KioskIII.device_sendDataCommand_ext ( string
cmd,
bool
calcLRC,
ref byte[ ]
response,
int
timeout,
bool
noResponse
)
Send a data command to the device - extended
Sends a command to the device.
Parameters
cmd
String representation of command to execute
calcLRC
If
TRUE
, this will wrap command as NGA with start/length/lrc/sum/end:
'{STX}{Len_Low}{Len_High} data {CheckLRC} {CheckSUM} {ETX}'
response
Response data
timeout
Timeout value waiting for response, in milliseconds (1000 = 1 second)
noResponse
if TRUE, this will not wait for a response and immediately return SUCCESS
calcITP
If
TRUE
, this will wrap command as ITP with start/end/lrc: '{STX} data {ETX}{CheckLRC}'
#80136501-001 IDTech Windows SDK Guide for Kiosk III/IV